Html Css Color HEX #869DCA Polo Blue

📋 copy color: '#869DCA'

red 134 ◦ green 157 ◦ blue 202

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

Shades of Polo Blue #869DCA

Tints of Polo Blue #869DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 27.18%
G = 31.85%
B = 40.97%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#869DCA (or 0x869DCA) is known color: Polo Blue. HEX triplet: 86, 9D and CA. RGB value is (134,157,202). Sum of RGB (Red+Green+Blue) = 134+157+202=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #869DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DCA is #796235. Grayscale: #9B9B9B. Windows color (decimal): -7954998 or 13278598. OLE color: 13278598.

HSL color Cylindrical-coordinate representation of color #869DCA: hue angle of 219.71º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #869DCA is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 157 202 -
CMYK 0.34 0.22 0 0.21
HSL 219.71º 0.39% 0.66% -
HSV(B) 219.71º 0.34% 0.79% -
XYZ 32.55 33.45 60.62 -
YUV 155.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 134 157 202 0.34 0.22 0 0.21 219.71 0.39 0.66
Hex 86 9D CA 22 16 0 15 DC 27 42
Octal 206 235 312 42 26 0 25 334 47 102
Binary 10000110 10011101 11001010 100010 10110 0 10101 11011100 100111 1000010

Color Harmonies of #869DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869DCA

Black with #869DCA

Text Example


Text Example

White with #869DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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