Html Css Color HEX #869ECE Polo Blue

📋 copy color: '#869ECE'

red 134 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #869ECE

Tints of Polo Blue #869ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 26.91%
G = 31.73%
B = 41.37%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#869ECE (or 0x869ECE) is known color: Polo Blue. HEX triplet: 86, 9E and CE. RGB value is (134,158,206). Sum of RGB (Red+Green+Blue) = 134+158+206=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #869ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ECE is #796131. Grayscale: #9C9C9C. Windows color (decimal): -7954738 or 13540998. OLE color: 13540998.

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

Color convert

RGB 134 158 206 -
CMYK 0.35 0.23 0 0.19
HSL 220º 0.42% 0.67% -
HSV(B) 220º 0.35% 0.81% -
XYZ 33.2 33.98 63.2 -
YUV 156.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 134 158 206 0.35 0.23 0 0.19 220 0.42 0.67
Hex 86 9E CE 23 17 0 13 DC 2A 43
Octal 206 236 316 43 27 0 23 334 52 103
Binary 10000110 10011110 11001110 100011 10111 0 10011 11011100 101010 1000011

Color Harmonies of #869ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869ECE

Black with #869ECE

Text Example


Text Example

White with #869ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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