Html Css Color HEX #869DCC Polo Blue

📋 copy color: '#869DCC'

red 134 ◦ green 157 ◦ blue 204

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

Shades of Polo Blue #869DCC

Tints of Polo Blue #869DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 27.07%
G = 31.72%
B = 41.21%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#869DCC (or 0x869DCC) is known color: Polo Blue. HEX triplet: 86, 9D and CC. RGB value is (134,157,204). Sum of RGB (Red+Green+Blue) = 134+157+204=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #869DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DCC is #796233. Grayscale: #9B9B9B. Windows color (decimal): -7954996 or 13409670. OLE color: 13409670.

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

Color convert

RGB 134 157 204 -
CMYK 0.34 0.23 0 0.2
HSL 220.29º 0.41% 0.66% -
HSV(B) 220.29º 0.34% 0.8% -
XYZ 32.79 33.54 61.87 -
YUV 155.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 134 157 204 0.34 0.23 0 0.2 220.29 0.41 0.66
Hex 86 9D CC 22 17 0 14 DC 29 42
Octal 206 235 314 42 27 0 24 334 51 102
Binary 10000110 10011101 11001100 100010 10111 0 10100 11011100 101001 1000010

Color Harmonies of #869DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869DCC

Black with #869DCC

Text Example


Text Example

White with #869DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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