Html Css Color HEX #969EDB Portage

📋 copy color: '#969EDB'

red 150 ◦ green 158 ◦ blue 219

#969EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #969EDB

Tints of Portage #969EDB

RGB

 RED value IS 150 (58.98% from 255) = 28.46%

 GREEN value IS 158 (62.11% from 255) = 29.98%

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 28.46%
G = 29.98%
B = 41.56%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#969EDB (or 0x969EDB) is known color: Portage. HEX triplet: 96, 9E and DB. RGB value is (150,158,219). Sum of RGB (Red+Green+Blue) = 150+158+219=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #969EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EDB is #696124. Grayscale: #A2A2A2. Windows color (decimal): -6906149 or 14392982. OLE color: 14392982.

HSL color Cylindrical-coordinate representation of color #969EDB: hue angle of 233.04º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969EDB is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 158 219 -
CMYK 0.32 0.28 0 0.14
HSL 233.04º 0.49% 0.72% -
HSV(B) 233.04º 0.32% 0.86% -
XYZ 37.59 36.05 72 -
YUV 162.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 150 158 219 0.32 0.28 0 0.14 233.04 0.49 0.72
Hex 96 9E DB 20 1C 0 E E9 31 48
Octal 226 236 333 40 34 0 16 351 61 110
Binary 10010110 10011110 11011011 100000 11100 0 1110 11101001 110001 1001000

Color Harmonies of #969EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969EDB

Black with #969EDB

Text Example


Text Example

White with #969EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969EDB; }

 p { color: rgb(150,158,219); }

 H1.HeaderClassName
 {
   color: #969EDB;
 }
 .AnyTagClassName
 {
   color: #969EDB;
 }
</style>

background-color css

<style>
 a { background-color: #969EDB; }

 a { background-color: rgb(150,158,219); }

 div.DivClassName
 {
   background-color: #969EDB;
 }
 .BgClassName
 {
   background-color: #969EDB;
 }
</style>

border-color css

<style>
 span { border-color: #969EDB; }

 span { border-color: rgb(150,158,219); }

 td.TdClassName
 {
   border-color: #969EDB;
 }
 .TagClassName
 {
   border-color: #969EDB;
 }
</style>