Html Css Color HEX #96A6EA Portage

📋 copy color: '#96A6EA'

red 150 ◦ green 166 ◦ blue 234

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

Shades of Portage #96A6EA

Tints of Portage #96A6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.18%

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

R = 27.27%
G = 30.18%
B = 42.55%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96A6EA (or 0x96A6EA) is known color: Portage. HEX triplet: 96, A6 and EA. RGB value is (150,166,234). Sum of RGB (Red+Green+Blue) = 150+166+234=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #96A6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A6EA is #695915. Grayscale: #A8A8A8. Windows color (decimal): -6904086 or 15378070. OLE color: 15378070.

HSL color Cylindrical-coordinate representation of color #96A6EA: hue angle of 228.57º 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 #96A6EA is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 166 234 -
CMYK 0.36 0.29 0 0.08
HSL 228.57º 0.67% 0.75% -
HSV(B) 228.57º 0.36% 0.92% -
XYZ 41.07 39.7 83.34 -
YUV 168.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 150 166 234 0.36 0.29 0 0.08 228.57 0.67 0.75
Hex 96 A6 EA 24 1D 0 8 E5 43 4B
Octal 226 246 352 44 35 0 10 345 103 113
Binary 10010110 10100110 11101010 100100 11101 0 1000 11100101 1000011 1001011

Color Harmonies of #96A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A6EA

Black with #96A6EA

Text Example


Text Example

White with #96A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A6EA; }

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

 H1.HeaderClassName
 {
   color: #96A6EA;
 }
 .AnyTagClassName
 {
   color: #96A6EA;
 }
</style>

background-color css

<style>
 a { background-color: #96A6EA; }

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

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

border-color css

<style>
 span { border-color: #96A6EA; }

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

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