#95A4CD

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

Shades of Polo Blue #95A4CD

Tints of Polo Blue #95A4CD

Color information

#95A4CD (or 0x95A4CD) is unknown color: approx Polo Blue. HEX triplet: 95, A4 and CD. RGB value is (149,164,205). Sum of RGB (Red+Green+Blue) = 149+164+205=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #95A4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A4CD is #6A5B32. Grayscale: #A4A4A4. Windows color (decimal): -6970163 or 13477013. OLE color: 13477013.

HSL color Cylindrical-coordinate representation of color #95A4CD: hue angle of 223.93º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95A4CD is Cyan = 0.27, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149164205-
CMYK0.270.200.20
HSL223.93º35.9%69.41%-
HSV(B)223.93º27.32%80.39%-
XYZ36.6937.3563.03-
YUV164.19151.03117.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.76%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=28.76%
G=31.66%
B=39.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491642050.270.200.20223.9335.969.41
Hex95A4CD1B14014e02445
Octal225244315332402434044105
Binary1001010110100100110011011101110100010100111000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,164,205); }

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

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

 a { background-color: rgb(149,164,205); }

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

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

 span { border-color: rgb(149,164,205); }

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