Html Css Color HEX #8DA7CA Polo Blue

📋 copy color: '#8DA7CA'

red 141 ◦ green 167 ◦ blue 202

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

Shades of Polo Blue #8DA7CA

Tints of Polo Blue #8DA7CA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.75%

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

R = 27.65%
G = 32.75%
B = 39.61%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8DA7CA (or 0x8DA7CA) is known color: Polo Blue. HEX triplet: 8D, A7 and CA. RGB value is (141,167,202). Sum of RGB (Red+Green+Blue) = 141+167+202=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7CA is #725835. Grayscale: #A3A3A3. Windows color (decimal): -7493686 or 13281165. OLE color: 13281165.

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

Color convert

RGB 141 167 202 -
CMYK 0.30 0.17 0 0.21
HSL 214.43º 0.37% 0.67% -
HSV(B) 214.43º 0.3% 0.79% -
XYZ 35.46 37.56 61.26 -
YUV 163.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 141 167 202 0.30 0.17 0 0.21 214.43 0.37 0.67
Hex 8D A7 CA 1E 11 0 15 D6 25 43
Octal 215 247 312 36 21 0 25 326 45 103
Binary 10001101 10100111 11001010 11110 10001 0 10101 11010110 100101 1000011

Color Harmonies of #8DA7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA7CA

Black with #8DA7CA

Text Example


Text Example

White with #8DA7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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