Html Css Color HEX #869CCC Polo Blue

📋 copy color: '#869CCC'

red 134 ◦ green 156 ◦ blue 204

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

Shades of Polo Blue #869CCC

Tints of Polo Blue #869CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

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

R = 27.13%
G = 31.58%
B = 41.3%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#869CCC (or 0x869CCC) is known color: Polo Blue. HEX triplet: 86, 9C and CC. RGB value is (134,156,204). Sum of RGB (Red+Green+Blue) = 134+156+204=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #869CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CCC is #796333. Grayscale: #9A9A9A. Windows color (decimal): -7955252 or 13409414. OLE color: 13409414.

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

Color convert

RGB 134 156 204 -
CMYK 0.34 0.24 0 0.2
HSL 221.14º 0.41% 0.66% -
HSV(B) 221.14º 0.34% 0.8% -
XYZ 32.62 33.2 61.82 -
YUV 154.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 134 156 204 0.34 0.24 0 0.2 221.14 0.41 0.66
Hex 86 9C CC 22 18 0 14 DD 29 42
Octal 206 234 314 42 30 0 24 335 51 102
Binary 10000110 10011100 11001100 100010 11000 0 10100 11011101 101001 1000010

Color Harmonies of #869CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869CCC

Black with #869CCC

Text Example


Text Example

White with #869CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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