Html Css Color HEX #96A2DF Portage

📋 copy color: '#96A2DF'

red 150 ◦ green 162 ◦ blue 223

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

Shades of Portage #96A2DF

Tints of Portage #96A2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 28.04%
G = 30.28%
B = 41.68%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96A2DF (or 0x96A2DF) is known color: Portage. HEX triplet: 96, A2 and DF. RGB value is (150,162,223). Sum of RGB (Red+Green+Blue) = 150+162+223=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #96A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A2DF is #695D20. Grayscale: #A5A5A5. Windows color (decimal): -6905121 or 14656150. OLE color: 14656150.

HSL color Cylindrical-coordinate representation of color #96A2DF: hue angle of 230.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A2DF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 162 223 -
CMYK 0.33 0.27 0 0.13
HSL 230.14º 0.53% 0.73% -
HSV(B) 230.14º 0.33% 0.87% -
XYZ 38.82 37.65 75.03 -
YUV 165.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 150 162 223 0.33 0.27 0 0.13 230.14 0.53 0.73
Hex 96 A2 DF 21 1B 0 D E6 35 49
Octal 226 242 337 41 33 0 15 346 65 111
Binary 10010110 10100010 11011111 100001 11011 0 1101 11100110 110101 1001001

Color Harmonies of #96A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A2DF

Black with #96A2DF

Text Example


Text Example

White with #96A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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