#95A2CE

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

Shades of Portage #95A2CE

Tints of Portage #95A2CE

Color information

#95A2CE (or 0x95A2CE) is unknown color: approx Portage. HEX triplet: 95, A2 and CE. RGB value is (149,162,206). Sum of RGB (Red+Green+Blue) = 149+162+206=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #95A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A2CE is #6A5D31. Grayscale: #A2A2A2. Windows color (decimal): -6970674 or 13542037. OLE color: 13542037.

HSL color Cylindrical-coordinate representation of color #95A2CE: hue angle of 226.32º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95A2CE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149162206-
CMYK0.280.2100.19
HSL226.32º36.77%69.61%-
HSV(B)226.32º27.67%80.78%-
XYZ36.4636.6963.55-
YUV163.13152.19117.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=28.82%
G=31.33%
B=39.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491622060.280.2100.19226.3236.7769.61
Hex95A2CE1C15013e22546
Octal225242316342502334245106
Binary1001010110100010110011101110010101010011111000101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A2CE; }

 p { color: rgb(149,162,206); }

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

<style>
 a { background-color: #95A2CE; }

 a { background-color: rgb(149,162,206); }

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

<style>
 span { border-color: #95A2CE; }

 span { border-color: rgb(149,162,206); }

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