Html Css Color HEX #869DCE Polo Blue

📋 copy color: '#869DCE'

red 134 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #869DCE

Tints of Polo Blue #869DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.59%

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

R = 26.96%
G = 31.59%
B = 41.45%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#869DCE (or 0x869DCE) is known color: Polo Blue. HEX triplet: 86, 9D and CE. RGB value is (134,157,206). Sum of RGB (Red+Green+Blue) = 134+157+206=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #869DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DCE is #796231. Grayscale: #9B9B9B. Windows color (decimal): -7954994 or 13540742. OLE color: 13540742.

HSL color Cylindrical-coordinate representation of color #869DCE: hue angle of 220.83º 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 #869DCE is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 157 206 -
CMYK 0.35 0.24 0 0.19
HSL 220.83º 0.42% 0.67% -
HSV(B) 220.83º 0.35% 0.81% -
XYZ 33.03 33.64 63.14 -
YUV 155.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 134 157 206 0.35 0.24 0 0.19 220.83 0.42 0.67
Hex 86 9D CE 23 18 0 13 DD 2A 43
Octal 206 235 316 43 30 0 23 335 52 103
Binary 10000110 10011101 11001110 100011 11000 0 10011 11011101 101010 1000011

Color Harmonies of #869DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869DCE

Black with #869DCE

Text Example


Text Example

White with #869DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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