Html Css Color HEX #8CA4CD Polo Blue

📋 copy color: '#8CA4CD'

red 140 ◦ green 164 ◦ blue 205

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

Shades of Polo Blue #8CA4CD

Tints of Polo Blue #8CA4CD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.22%

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

R = 27.5%
G = 32.22%
B = 40.28%

CMYK

 C value IS 0.32

 M value IS 0.2

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CA4CD (or 0x8CA4CD) is known color: Polo Blue. HEX triplet: 8C, A4 and CD. RGB value is (140,164,205). Sum of RGB (Red+Green+Blue) = 140+164+205=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA4CD is #735B32. Grayscale: #A1A1A1. Windows color (decimal): -7559987 or 13477004. OLE color: 13477004.

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

Color convert

RGB 140 164 205 -
CMYK 0.32 0.2 0 0.20
HSL 217.85º 0.39% 0.68% -
HSV(B) 217.85º 0.32% 0.8% -
XYZ 35.11 36.53 62.96 -
YUV 161.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 140 164 205 0.32 0.2 0 0.20 217.85 0.39 0.68
Hex 8C A4 CD 20 14 0 14 DA 27 44
Octal 214 244 315 40 24 0 24 332 47 104
Binary 10001100 10100100 11001101 100000 10100 0 10100 11011010 100111 1000100

Color Harmonies of #8CA4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA4CD

Black with #8CA4CD

Text Example


Text Example

White with #8CA4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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