Html Css Color HEX #8CA0CE Polo Blue

📋 copy color: '#8CA0CE'

red 140 ◦ green 160 ◦ blue 206

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

Shades of Polo Blue #8CA0CE

Tints of Polo Blue #8CA0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.62%

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 27.67%
G = 31.62%
B = 40.71%

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

#8CA0CE (or 0x8CA0CE) is known color: Polo Blue. HEX triplet: 8C, A0 and CE. RGB value is (140,160,206). Sum of RGB (Red+Green+Blue) = 140+160+206=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA0CE is #735F31. Grayscale: #9F9F9F. Windows color (decimal): -7561010 or 13541516. OLE color: 13541516.

HSL color Cylindrical-coordinate representation of color #8CA0CE: hue angle of 221.82º degrees, saturation: 0.4, 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 #8CA0CE is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 160 206 -
CMYK 0.32 0.22 0 0.19
HSL 221.82º 0.4% 0.68% -
HSV(B) 221.82º 0.32% 0.81% -
XYZ 34.53 35.17 63.36 -
YUV 159.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 140 160 206 0.32 0.22 0 0.19 221.82 0.4 0.68
Hex 8C A0 CE 20 16 0 13 DE 28 44
Octal 214 240 316 40 26 0 23 336 50 104
Binary 10001100 10100000 11001110 100000 10110 0 10011 11011110 101000 1000100

Color Harmonies of #8CA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA0CE

Black with #8CA0CE

Text Example


Text Example

White with #8CA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,160,206); }

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

background-color css

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

 a { background-color: rgb(140,160,206); }

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

border-color css

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

 span { border-color: rgb(140,160,206); }

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