Html Css Color HEX #8CA9CA Polo Blue

📋 copy color: '#8CA9CA'

red 140 ◦ green 169 ◦ blue 202

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

Shades of Polo Blue #8CA9CA

Tints of Polo Blue #8CA9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.07%

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 27.4%
G = 33.07%
B = 39.53%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8CA9CA (or 0x8CA9CA) is known color: Polo Blue. HEX triplet: 8C, A9 and CA. RGB value is (140,169,202). Sum of RGB (Red+Green+Blue) = 140+169+202=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9CA is #735635. Grayscale: #A3A3A3. Windows color (decimal): -7558710 or 13281676. OLE color: 13281676.

HSL color Cylindrical-coordinate representation of color #8CA9CA: hue angle of 211.94º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CA9CA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 169 202 -
CMYK 0.31 0.16 0 0.21
HSL 211.94º 0.37% 0.67% -
HSV(B) 211.94º 0.31% 0.79% -
XYZ 35.66 38.22 61.37 -
YUV 164.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 140 169 202 0.31 0.16 0 0.21 211.94 0.37 0.67
Hex 8C A9 CA 1F 10 0 15 D4 25 43
Octal 214 251 312 37 20 0 25 324 45 103
Binary 10001100 10101001 11001010 11111 10000 0 10101 11010100 100101 1000011

Color Harmonies of #8CA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA9CA

Black with #8CA9CA

Text Example


Text Example

White with #8CA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,169,202); }

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

background-color css

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

 a { background-color: rgb(140,169,202); }

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

border-color css

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

 span { border-color: rgb(140,169,202); }

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