Html Css Color HEX #96A2EF Portage

📋 copy color: '#96A2EF'

red 150 ◦ green 162 ◦ blue 239

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

Shades of Portage #96A2EF

Tints of Portage #96A2EF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.4%

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 27.22%
G = 29.4%
B = 43.38%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96A2EF (or 0x96A2EF) is known color: Portage. HEX triplet: 96, A2 and EF. RGB value is (150,162,239). Sum of RGB (Red+Green+Blue) = 150+162+239=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #96A2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A2EF is #695D10. Grayscale: #A6A6A6. Windows color (decimal): -6905105 or 15704726. OLE color: 15704726.

HSL color Cylindrical-coordinate representation of color #96A2EF: hue angle of 231.91º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96A2EF is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 162 239 -
CMYK 0.37 0.32 0 0.06
HSL 231.91º 0.74% 0.76% -
HSV(B) 231.91º 0.37% 0.94% -
XYZ 41.08 38.56 86.94 -
YUV 167.19 168.52 115.74 -
System Red Green Blue C M Y K H S L
Decimal 150 162 239 0.37 0.32 0 0.06 231.91 0.74 0.76
Hex 96 A2 EF 25 20 0 6 E8 4A 4C
Octal 226 242 357 45 40 0 6 350 112 114
Binary 10010110 10100010 11101111 100101 100000 0 110 11101000 1001010 1001100

Color Harmonies of #96A2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A2EF

Black with #96A2EF

Text Example


Text Example

White with #96A2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,162,239); }

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

background-color css

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

 a { background-color: rgb(150,162,239); }

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

border-color css

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

 span { border-color: rgb(150,162,239); }

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