Html Css Color HEX #96A7DD Portage

📋 copy color: '#96A7DD'

red 150 ◦ green 167 ◦ blue 221

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

Shades of Portage #96A7DD

Tints of Portage #96A7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.04%

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

R = 27.88%
G = 31.04%
B = 41.08%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96A7DD (or 0x96A7DD) is known color: Portage. HEX triplet: 96, A7 and DD. RGB value is (150,167,221). Sum of RGB (Red+Green+Blue) = 150+167+221=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #96A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A7DD is #695822. Grayscale: #A7A7A7. Windows color (decimal): -6903843 or 14526358. OLE color: 14526358.

HSL color Cylindrical-coordinate representation of color #96A7DD: hue angle of 225.63º 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 #96A7DD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 167 221 -
CMYK 0.32 0.24 0 0.13
HSL 225.63º 0.51% 0.73% -
HSV(B) 225.63º 0.32% 0.87% -
XYZ 39.45 39.34 73.92 -
YUV 168.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 150 167 221 0.32 0.24 0 0.13 225.63 0.51 0.73
Hex 96 A7 DD 20 18 0 D E2 33 49
Octal 226 247 335 40 30 0 15 342 63 111
Binary 10010110 10100111 11011101 100000 11000 0 1101 11100010 110011 1001001

Color Harmonies of #96A7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A7DD

Black with #96A7DD

Text Example


Text Example

White with #96A7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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