Html Css Color HEX #8CA1CD Polo Blue

📋 copy color: '#8CA1CD'

red 140 ◦ green 161 ◦ blue 205

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

Shades of Polo Blue #8CA1CD

Tints of Polo Blue #8CA1CD

RGB

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

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

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

R = 27.67%
G = 31.82%
B = 40.51%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CA1CD (or 0x8CA1CD) is known color: Polo Blue. HEX triplet: 8C, A1 and CD. RGB value is (140,161,205). Sum of RGB (Red+Green+Blue) = 140+161+205=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CA1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA1CD is #735E32. Grayscale: #9F9F9F. Windows color (decimal): -7560755 or 13476236. OLE color: 13476236.

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

Color convert

RGB 140 161 205 -
CMYK 0.32 0.21 0 0.20
HSL 220.62º 0.39% 0.68% -
HSV(B) 220.62º 0.32% 0.8% -
XYZ 34.58 35.47 62.78 -
YUV 159.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 140 161 205 0.32 0.21 0 0.20 220.62 0.39 0.68
Hex 8C A1 CD 20 15 0 14 DD 27 44
Octal 214 241 315 40 25 0 24 335 47 104
Binary 10001100 10100001 11001101 100000 10101 0 10100 11011101 100111 1000100

Color Harmonies of #8CA1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA1CD

Black with #8CA1CD

Text Example


Text Example

White with #8CA1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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