Html Css Color HEX #96A2DC Portage

📋 copy color: '#96A2DC'

red 150 ◦ green 162 ◦ blue 220

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

Shades of Portage #96A2DC

Tints of Portage #96A2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 28.2%
G = 30.45%
B = 41.35%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96A2DC (or 0x96A2DC) is known color: Portage. HEX triplet: 96, A2 and DC. RGB value is (150,162,220). Sum of RGB (Red+Green+Blue) = 150+162+220=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #96A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A2DC is #695D23. Grayscale: #A4A4A4. Windows color (decimal): -6905124 or 14459542. OLE color: 14459542.

HSL color Cylindrical-coordinate representation of color #96A2DC: hue angle of 229.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96A2DC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 162 220 -
CMYK 0.32 0.26 0 0.14
HSL 229.71º 0.5% 0.73% -
HSV(B) 229.71º 0.32% 0.86% -
XYZ 38.42 37.49 72.92 -
YUV 165.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 150 162 220 0.32 0.26 0 0.14 229.71 0.5 0.73
Hex 96 A2 DC 20 1A 0 E E6 32 49
Octal 226 242 334 40 32 0 16 346 62 111
Binary 10010110 10100010 11011100 100000 11010 0 1110 11100110 110010 1001001

Color Harmonies of #96A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A2DC

Black with #96A2DC

Text Example


Text Example

White with #96A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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