Html Css Color HEX #8DA2CA Polo Blue

📋 copy color: '#8DA2CA'

red 141 ◦ green 162 ◦ blue 202

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

Shades of Polo Blue #8DA2CA

Tints of Polo Blue #8DA2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 27.92%
G = 32.08%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8DA2CA (or 0x8DA2CA) is known color: Polo Blue. HEX triplet: 8D, A2 and CA. RGB value is (141,162,202). Sum of RGB (Red+Green+Blue) = 141+162+202=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA2CA is #725D35. Grayscale: #A0A0A0. Windows color (decimal): -7494966 or 13279885. OLE color: 13279885.

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

Color convert

RGB 141 162 202 -
CMYK 0.30 0.20 0 0.21
HSL 219.34º 0.37% 0.67% -
HSV(B) 219.34º 0.3% 0.79% -
XYZ 34.57 35.77 60.96 -
YUV 160.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 141 162 202 0.30 0.20 0 0.21 219.34 0.37 0.67
Hex 8D A2 CA 1E 14 0 15 DB 25 43
Octal 215 242 312 36 24 0 25 333 45 103
Binary 10001101 10100010 11001010 11110 10100 0 10101 11011011 100101 1000011

Color Harmonies of #8DA2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA2CA

Black with #8DA2CA

Text Example


Text Example

White with #8DA2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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