Html Css Color HEX #8CA5DA Polo Blue

📋 copy color: '#8CA5DA'

red 140 ◦ green 165 ◦ blue 218

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

Shades of Polo Blue #8CA5DA

Tints of Polo Blue #8CA5DA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.55%

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

R = 26.77%
G = 31.55%
B = 41.68%

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

#8CA5DA (or 0x8CA5DA) is known color: Polo Blue. HEX triplet: 8C, A5 and DA. RGB value is (140,165,218). Sum of RGB (Red+Green+Blue) = 140+165+218=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CA5DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA5DA is #735A25. Grayscale: #A3A3A3. Windows color (decimal): -7559718 or 14329228. OLE color: 14329228.

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

Color convert

RGB 140 165 218 -
CMYK 0.36 0.24 0 0.15
HSL 220.77º 0.51% 0.7% -
HSV(B) 220.77º 0.36% 0.85% -
XYZ 36.93 37.55 71.63 -
YUV 163.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 140 165 218 0.36 0.24 0 0.15 220.77 0.51 0.7
Hex 8C A5 DA 24 18 0 F DD 33 46
Octal 214 245 332 44 30 0 17 335 63 106
Binary 10001100 10100101 11011010 100100 11000 0 1111 11011101 110011 1000110

Color Harmonies of #8CA5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA5DA

Black with #8CA5DA

Text Example


Text Example

White with #8CA5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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