Html Css Color HEX #8D9FCD Polo Blue

📋 copy color: '#8D9FCD'

red 141 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #8D9FCD

Tints of Polo Blue #8D9FCD

RGB

 RED value IS 141 (55.47% from 255) = 27.92%

 GREEN value IS 159 (62.5% from 255) = 31.49%

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 27.92%
G = 31.49%
B = 40.59%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D9FCD (or 0x8D9FCD) is known color: Polo Blue. HEX triplet: 8D, 9F and CD. RGB value is (141,159,205). Sum of RGB (Red+Green+Blue) = 141+159+205=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FCD is #726032. Grayscale: #9E9E9E. Windows color (decimal): -7495731 or 13475725. OLE color: 13475725.

HSL color Cylindrical-coordinate representation of color #8D9FCD: hue angle of 223.12º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D9FCD is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 159 205 -
CMYK 0.31 0.22 0 0.20
HSL 223.13º 0.39% 0.68% -
HSV(B) 223.13º 0.31% 0.8% -
XYZ 34.4 34.87 62.67 -
YUV 158.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 141 159 205 0.31 0.22 0 0.20 223.13 0.39 0.68
Hex 8D 9F CD 1F 16 0 14 DF 27 44
Octal 215 237 315 37 26 0 24 337 47 104
Binary 10001101 10011111 11001101 11111 10110 0 10100 11011111 100111 1000100

Color Harmonies of #8D9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9FCD

Black with #8D9FCD

Text Example


Text Example

White with #8D9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9FCD; }

 p { color: rgb(141,159,205); }

 H1.HeaderClassName
 {
   color: #8D9FCD;
 }
 .AnyTagClassName
 {
   color: #8D9FCD;
 }
</style>

background-color css

<style>
 a { background-color: #8D9FCD; }

 a { background-color: rgb(141,159,205); }

 div.DivClassName
 {
   background-color: #8D9FCD;
 }
 .BgClassName
 {
   background-color: #8D9FCD;
 }
</style>

border-color css

<style>
 span { border-color: #8D9FCD; }

 span { border-color: rgb(141,159,205); }

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