Html Css Color HEX #969CE8 Portage

📋 copy color: '#969CE8'

red 150 ◦ green 156 ◦ blue 232

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

Shades of Portage #969CE8

Tints of Portage #969CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.12%

R = 27.88%
G = 29%
B = 43.12%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#969CE8 (or 0x969CE8) is known color: Portage. HEX triplet: 96, 9C and E8. RGB value is (150,156,232). Sum of RGB (Red+Green+Blue) = 150+156+232=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #969CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CE8 is #696317. Grayscale: #A2A2A2. Windows color (decimal): -6906648 or 15244438. OLE color: 15244438.

HSL color Cylindrical-coordinate representation of color #969CE8: hue angle of 235.61º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #969CE8 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 156 232 -
CMYK 0.35 0.33 0 0.09
HSL 235.61º 0.64% 0.75% -
HSV(B) 235.61º 0.35% 0.91% -
XYZ 39.03 36.09 81.25 -
YUV 162.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 150 156 232 0.35 0.33 0 0.09 235.61 0.64 0.75
Hex 96 9C E8 23 21 0 9 EC 40 4B
Octal 226 234 350 43 41 0 11 354 100 113
Binary 10010110 10011100 11101000 100011 100001 0 1001 11101100 1000000 1001011

Color Harmonies of #969CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CE8

Black with #969CE8

Text Example


Text Example

White with #969CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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