Html Css Color HEX #869ECD Polo Blue

📋 copy color: '#869ECD'

red 134 ◦ green 158 ◦ blue 205

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

Shades of Polo Blue #869ECD

Tints of Polo Blue #869ECD

RGB

 RED value IS 134 (52.73% from 255) = 26.96%

 GREEN value IS 158 (62.11% from 255) = 31.79%

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 26.96%
G = 31.79%
B = 41.25%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#869ECD (or 0x869ECD) is known color: Polo Blue. HEX triplet: 86, 9E and CD. RGB value is (134,158,205). Sum of RGB (Red+Green+Blue) = 134+158+205=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #869ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ECD is #796132. Grayscale: #9B9B9B. Windows color (decimal): -7954739 or 13475462. OLE color: 13475462.

HSL color Cylindrical-coordinate representation of color #869ECD: hue angle of 219.72º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #869ECD is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 158 205 -
CMYK 0.35 0.23 0 0.20
HSL 219.72º 0.42% 0.66% -
HSV(B) 219.72º 0.35% 0.8% -
XYZ 33.08 33.93 62.56 -
YUV 156.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 134 158 205 0.35 0.23 0 0.20 219.72 0.42 0.66
Hex 86 9E CD 23 17 0 14 DC 2A 42
Octal 206 236 315 43 27 0 24 334 52 102
Binary 10000110 10011110 11001101 100011 10111 0 10100 11011100 101010 1000010

Color Harmonies of #869ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869ECD

Black with #869ECD

Text Example


Text Example

White with #869ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869ECD; }

 p { color: rgb(134,158,205); }

 H1.HeaderClassName
 {
   color: #869ECD;
 }
 .AnyTagClassName
 {
   color: #869ECD;
 }
</style>

background-color css

<style>
 a { background-color: #869ECD; }

 a { background-color: rgb(134,158,205); }

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

border-color css

<style>
 span { border-color: #869ECD; }

 span { border-color: rgb(134,158,205); }

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