Html Css Color HEX #96A0DD Portage

📋 copy color: '#96A0DD'

red 150 ◦ green 160 ◦ blue 221

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

Shades of Portage #96A0DD

Tints of Portage #96A0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.13%

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 28.25%
G = 30.13%
B = 41.62%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96A0DD (or 0x96A0DD) is known color: Portage. HEX triplet: 96, A0 and DD. RGB value is (150,160,221). Sum of RGB (Red+Green+Blue) = 150+160+221=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #96A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0DD is #695F22. Grayscale: #A3A3A3. Windows color (decimal): -6905635 or 14524566. OLE color: 14524566.

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

Color convert

RGB 150 160 221 -
CMYK 0.32 0.28 0 0.13
HSL 231.55º 0.51% 0.73% -
HSV(B) 231.55º 0.32% 0.87% -
XYZ 38.2 36.85 73.51 -
YUV 163.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 150 160 221 0.32 0.28 0 0.13 231.55 0.51 0.73
Hex 96 A0 DD 20 1C 0 D E8 33 49
Octal 226 240 335 40 34 0 15 350 63 111
Binary 10010110 10100000 11011101 100000 11100 0 1101 11101000 110011 1001001

Color Harmonies of #96A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A0DD

Black with #96A0DD

Text Example


Text Example

White with #96A0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,160,221); }

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

background-color css

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

 a { background-color: rgb(150,160,221); }

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

border-color css

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

 span { border-color: rgb(150,160,221); }

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