#96A7EE

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

Shades of Portage #96A7EE

Tints of Portage #96A7EE

Color information

#96A7EE (or 0x96A7EE) is unknown color: approx Portage. HEX triplet: 96, A7 and EE. RGB value is (150,167,238). Sum of RGB (Red+Green+Blue) = 150+167+238=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #96A7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A7EE is #695811. Grayscale: #A9A9A9. Windows color (decimal): -6903826 or 15640470. OLE color: 15640470.

HSL color Cylindrical-coordinate representation of color #96A7EE: hue angle of 228.41º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96A7EE is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150167238-
CMYK0.370.3000.07
HSL228.41º72.13%76.08%-
HSV(B)228.41º36.97%93.33%-
XYZ41.8340.2986.46-
YUV170.01166.37113.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=27.03%
G=30.09%
B=42.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501672380.370.3000.07228.4172.1376.08
Hex96A7EE251E07e4484c
Octal226247356453607344110114
Binary1001011010100111111011101001011111001111110010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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