Html Css Color HEX #8DA2CB Polo Blue

📋 copy color: '#8DA2CB'

red 141 ◦ green 162 ◦ blue 203

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

Shades of Polo Blue #8DA2CB

Tints of Polo Blue #8DA2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.02%

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 27.87%
G = 32.02%
B = 40.12%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DA2CB (or 0x8DA2CB) is known color: Polo Blue. HEX triplet: 8D, A2 and CB. RGB value is (141,162,203). Sum of RGB (Red+Green+Blue) = 141+162+203=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA2CB is #725D34. Grayscale: #A0A0A0. Windows color (decimal): -7494965 or 13345421. OLE color: 13345421.

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

Color convert

RGB 141 162 203 -
CMYK 0.31 0.20 0 0.20
HSL 219.68º 0.37% 0.67% -
HSV(B) 219.68º 0.31% 0.8% -
XYZ 34.68 35.82 61.58 -
YUV 160.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 141 162 203 0.31 0.20 0 0.20 219.68 0.37 0.67
Hex 8D A2 CB 1F 14 0 14 DC 25 43
Octal 215 242 313 37 24 0 24 334 45 103
Binary 10001101 10100010 11001011 11111 10100 0 10100 11011100 100101 1000011

Color Harmonies of #8DA2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA2CB

Black with #8DA2CB

Text Example


Text Example

White with #8DA2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,162,203); }

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

background-color css

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

 a { background-color: rgb(141,162,203); }

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

border-color css

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

 span { border-color: rgb(141,162,203); }

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