Html Css Color HEX #8DA1CA Polo Blue

📋 copy color: '#8DA1CA'

red 141 ◦ green 161 ◦ blue 202

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

Shades of Polo Blue #8DA1CA

Tints of Polo Blue #8DA1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.94%

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

R = 27.98%
G = 31.94%
B = 40.08%

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

#8DA1CA (or 0x8DA1CA) is known color: Polo Blue. HEX triplet: 8D, A1 and CA. RGB value is (141,161,202). Sum of RGB (Red+Green+Blue) = 141+161+202=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1CA is #725E35. Grayscale: #9F9F9F. Windows color (decimal): -7495222 or 13279629. OLE color: 13279629.

HSL color Cylindrical-coordinate representation of color #8DA1CA: hue angle of 220.33º 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 #8DA1CA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 161 202 -
CMYK 0.30 0.20 0 0.21
HSL 220.33º 0.37% 0.67% -
HSV(B) 220.33º 0.3% 0.79% -
XYZ 34.39 35.42 60.9 -
YUV 159.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 141 161 202 0.30 0.20 0 0.21 220.33 0.37 0.67
Hex 8D A1 CA 1E 14 0 15 DC 25 43
Octal 215 241 312 36 24 0 25 334 45 103
Binary 10001101 10100001 11001010 11110 10100 0 10101 11011100 100101 1000011

Color Harmonies of #8DA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA1CA

Black with #8DA1CA

Text Example


Text Example

White with #8DA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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