#96A5D4

Color #96A5D4 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #96A5D4

Tints of Portage #96A5D4

Color information

#96A5D4 (or 0x96A5D4) is unknown color: approx Portage. HEX triplet: 96, A5 and D4. RGB value is (150,165,212). Sum of RGB (Red+Green+Blue) = 150+165+212=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #96A5D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5D4 is #695A2B. Grayscale: #A5A5A5. Windows color (decimal): -6904364 or 13936022. OLE color: 13936022.

HSL color Cylindrical-coordinate representation of color #96A5D4: hue angle of 225.48º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96A5D4 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB150165212-
CMYK0.290.2200.17
HSL225.48º41.89%70.98%-
HSV(B)225.48º29.25%83.14%-
XYZ37.9238.1567.65-
YUV165.87154.03116.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 165 (64.84% from 255) = 31.31%
BLUE value IS 212 (83.20% from 255) = 40.23%
R=28.46%
G=31.31%
B=40.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1501652120.290.2200.17225.4841.8970.98
Hex96A5D41D16011e12a47
Octal226245324352602134152107
Binary1001011010100101110101001110110110010001111000011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,212); }

 H1.HeaderClassName
 {
   color: #96A5D4;
 }
 .AnyTagClassName
 {
   color: #96A5D4;
 }
</style>
background-color css

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

 a { background-color: rgb(150,165,212); }

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

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

 span { border-color: rgb(150,165,212); }

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