#95A6D6

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

Shades of Portage #95A6D6

Tints of Portage #95A6D6

Color information

#95A6D6 (or 0x95A6D6) is unknown color: approx Portage. HEX triplet: 95, A6 and D6. RGB value is (149,166,214). Sum of RGB (Red+Green+Blue) = 149+166+214=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #95A6D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A6D6 is #6A5929. Grayscale: #A6A6A6. Windows color (decimal): -6969642 or 14067349. OLE color: 14067349.

HSL color Cylindrical-coordinate representation of color #95A6D6: hue angle of 224.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95A6D6 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149166214-
CMYK0.300.2200.16
HSL224.31º44.22%71.18%-
HSV(B)224.31º30.37%83.92%-
XYZ38.1738.5269.04-
YUV166.39154.87115.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=28.17%
G=31.38%
B=40.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491662140.300.2200.16224.3144.2271.18
Hex95A6D61E16010e02c47
Octal225246326362602034054107
Binary1001010110100110110101101111010110010000111000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,166,214); }

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

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

 a { background-color: rgb(149,166,214); }

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

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

 span { border-color: rgb(149,166,214); }

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