Html Css Color HEX #8CABCA Polo Blue

📋 copy color: '#8CABCA'

red 140 ◦ green 171 ◦ blue 202

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

Shades of Polo Blue #8CABCA

Tints of Polo Blue #8CABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.33%

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

R = 27.29%
G = 33.33%
B = 39.38%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8CABCA (or 0x8CABCA) is known color: Polo Blue. HEX triplet: 8C, AB and CA. RGB value is (140,171,202). Sum of RGB (Red+Green+Blue) = 140+171+202=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABCA is #735435. Grayscale: #A5A5A5. Windows color (decimal): -7558198 or 13282188. OLE color: 13282188.

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

Color convert

RGB 140 171 202 -
CMYK 0.31 0.15 0 0.21
HSL 210º 0.37% 0.67% -
HSV(B) 210º 0.31% 0.79% -
XYZ 36.04 38.97 61.5 -
YUV 165.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 140 171 202 0.31 0.15 0 0.21 210 0.37 0.67
Hex 8C AB CA 1F F 0 15 D2 25 43
Octal 214 253 312 37 17 0 25 322 45 103
Binary 10001100 10101011 11001010 11111 1111 0 10101 11010010 100101 1000011

Color Harmonies of #8CABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABCA

Black with #8CABCA

Text Example


Text Example

White with #8CABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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