Html Css Color HEX #8CA7D3 Polo Blue

📋 copy color: '#8CA7D3'

red 140 ◦ green 167 ◦ blue 211

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

Shades of Polo Blue #8CA7D3

Tints of Polo Blue #8CA7D3

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.24%

 BLUE value IS 211 (82.81% from 255) = 40.73%

R = 27.03%
G = 32.24%
B = 40.73%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8CA7D3 (or 0x8CA7D3) is known color: Polo Blue. HEX triplet: 8C, A7 and D3. RGB value is (140,167,211). Sum of RGB (Red+Green+Blue) = 140+167+211=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #8CA7D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7D3 is #73582C. Grayscale: #A3A3A3. Windows color (decimal): -7559213 or 13870988. OLE color: 13870988.

HSL color Cylindrical-coordinate representation of color #8CA7D3: hue angle of 217.18º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CA7D3 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 140 167 211 -
CMYK 0.34 0.21 0 0.17
HSL 217.18º 0.45% 0.69% -
HSV(B) 217.18º 0.34% 0.83% -
XYZ 36.39 37.92 67.03 -
YUV 163.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 140 167 211 0.34 0.21 0 0.17 217.18 0.45 0.69
Hex 8C A7 D3 22 15 0 11 D9 2D 45
Octal 214 247 323 42 25 0 21 331 55 105
Binary 10001100 10100111 11010011 100010 10101 0 10001 11011001 101101 1000101

Color Harmonies of #8CA7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA7D3

Black with #8CA7D3

Text Example


Text Example

White with #8CA7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,167,211); }

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

background-color css

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

 a { background-color: rgb(140,167,211); }

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

border-color css

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

 span { border-color: rgb(140,167,211); }

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