Html Css Color HEX #8DA1CF Polo Blue

📋 copy color: '#8DA1CF'

red 141 ◦ green 161 ◦ blue 207

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

Shades of Polo Blue #8DA1CF

Tints of Polo Blue #8DA1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 27.7%
G = 31.63%
B = 40.67%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DA1CF (or 0x8DA1CF) is known color: Polo Blue. HEX triplet: 8D, A1 and CF. RGB value is (141,161,207). Sum of RGB (Red+Green+Blue) = 141+161+207=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DA1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1CF is #725E30. Grayscale: #A0A0A0. Windows color (decimal): -7495217 or 13607309. OLE color: 13607309.

HSL color Cylindrical-coordinate representation of color #8DA1CF: hue angle of 221.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DA1CF is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 161 207 -
CMYK 0.32 0.22 0 0.19
HSL 221.82º 0.41% 0.68% -
HSV(B) 221.82º 0.32% 0.81% -
XYZ 34.99 35.66 64.07 -
YUV 160.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 141 161 207 0.32 0.22 0 0.19 221.82 0.41 0.68
Hex 8D A1 CF 20 16 0 13 DE 29 44
Octal 215 241 317 40 26 0 23 336 51 104
Binary 10001101 10100001 11001111 100000 10110 0 10011 11011110 101001 1000100

Color Harmonies of #8DA1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA1CF

Black with #8DA1CF

Text Example


Text Example

White with #8DA1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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