Html Css Color HEX #95A4CD Polo Blue

📋 copy color: '#95A4CD'

red 149 ◦ green 164 ◦ blue 205

#95A4CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #95A4CD

Tints of Polo Blue #95A4CD

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 value IS 0.27

 M value IS 0.2

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#95A4CD (or 0x95A4CD) is known color: 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

RGB 149 164 205 -
CMYK 0.27 0.2 0 0.20
HSL 223.93º 0.36% 0.69% -
HSV(B) 223.93º 0.27% 0.8% -
XYZ 36.69 37.35 63.03 -
YUV 164.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 149 164 205 0.27 0.2 0 0.20 223.93 0.36 0.69
Hex 95 A4 CD 1B 14 0 14 E0 24 45
Octal 225 244 315 33 24 0 24 340 44 105
Binary 10010101 10100100 11001101 11011 10100 0 10100 11100000 100100 1000101

Color Harmonies of #95A4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A4CD

Black with #95A4CD

Text Example


Text Example

White with #95A4CD

Text Example


Text Example

HTML Codes & Css Web 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>