Html Css Color HEX #8CA6CD Polo Blue

📋 copy color: '#8CA6CD'

red 140 ◦ green 166 ◦ blue 205

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

Shades of Polo Blue #8CA6CD

Tints of Polo Blue #8CA6CD

RGB

 RED value IS 140 (55.08% from 255) = 27.4%

 GREEN value IS 166 (65.23% from 255) = 32.49%

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 27.4%
G = 32.49%
B = 40.12%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CA6CD (or 0x8CA6CD) is known color: Polo Blue. HEX triplet: 8C, A6 and CD. RGB value is (140,166,205). Sum of RGB (Red+Green+Blue) = 140+166+205=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CA6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6CD is #735932. Grayscale: #A2A2A2. Windows color (decimal): -7559475 or 13477516. OLE color: 13477516.

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

Color convert

RGB 140 166 205 -
CMYK 0.32 0.19 0 0.20
HSL 216º 0.39% 0.68% -
HSV(B) 216º 0.32% 0.8% -
XYZ 35.47 37.26 63.08 -
YUV 162.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 140 166 205 0.32 0.19 0 0.20 216 0.39 0.68
Hex 8C A6 CD 20 13 0 14 D8 27 44
Octal 214 246 315 40 23 0 24 330 47 104
Binary 10001100 10100110 11001101 100000 10011 0 10100 11011000 100111 1000100

Color Harmonies of #8CA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA6CD

Black with #8CA6CD

Text Example


Text Example

White with #8CA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,166,205); }

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

background-color css

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

 a { background-color: rgb(140,166,205); }

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

border-color css

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

 span { border-color: rgb(140,166,205); }

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