Html Css Color HEX #969CEA Portage

📋 copy color: '#969CEA'

red 150 ◦ green 156 ◦ blue 234

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

Shades of Portage #969CEA

Tints of Portage #969CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.89%

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 27.78%
G = 28.89%
B = 43.33%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#969CEA (or 0x969CEA) is known color: Portage. HEX triplet: 96, 9C and EA. RGB value is (150,156,234). Sum of RGB (Red+Green+Blue) = 150+156+234=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #969CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CEA is #696315. Grayscale: #A2A2A2. Windows color (decimal): -6906646 or 15375510. OLE color: 15375510.

HSL color Cylindrical-coordinate representation of color #969CEA: hue angle of 235.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969CEA is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 156 234 -
CMYK 0.36 0.33 0 0.08
HSL 235.71º 0.67% 0.75% -
HSV(B) 235.71º 0.36% 0.92% -
XYZ 39.32 36.2 82.76 -
YUV 163.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 150 156 234 0.36 0.33 0 0.08 235.71 0.67 0.75
Hex 96 9C EA 24 21 0 8 EC 43 4B
Octal 226 234 352 44 41 0 10 354 103 113
Binary 10010110 10011100 11101010 100100 100001 0 1000 11101100 1000011 1001011

Color Harmonies of #969CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CEA

Black with #969CEA

Text Example


Text Example

White with #969CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,156,234); }

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

background-color css

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

 a { background-color: rgb(150,156,234); }

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

border-color css

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

 span { border-color: rgb(150,156,234); }

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