Html Css Color HEX #8CA6DA Polo Blue

📋 copy color: '#8CA6DA'

red 140 ◦ green 166 ◦ blue 218

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

Shades of Polo Blue #8CA6DA

Tints of Polo Blue #8CA6DA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.68%

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 26.72%
G = 31.68%
B = 41.6%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8CA6DA (or 0x8CA6DA) is known color: Polo Blue. HEX triplet: 8C, A6 and DA. RGB value is (140,166,218). Sum of RGB (Red+Green+Blue) = 140+166+218=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CA6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6DA is #735925. Grayscale: #A3A3A3. Windows color (decimal): -7559462 or 14329484. OLE color: 14329484.

HSL color Cylindrical-coordinate representation of color #8CA6DA: hue angle of 220º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA6DA is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 166 218 -
CMYK 0.36 0.24 0 0.15
HSL 220º 0.51% 0.7% -
HSV(B) 220º 0.36% 0.85% -
XYZ 37.11 37.91 71.69 -
YUV 164.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 140 166 218 0.36 0.24 0 0.15 220 0.51 0.7
Hex 8C A6 DA 24 18 0 F DC 33 46
Octal 214 246 332 44 30 0 17 334 63 106
Binary 10001100 10100110 11011010 100100 11000 0 1111 11011100 110011 1000110

Color Harmonies of #8CA6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA6DA

Black with #8CA6DA

Text Example


Text Example

White with #8CA6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,166,218); }

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

background-color css

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

 a { background-color: rgb(140,166,218); }

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

border-color css

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

 span { border-color: rgb(140,166,218); }

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