Html Css Color HEX #869CCA Polo Blue

📋 copy color: '#869CCA'

red 134 ◦ green 156 ◦ blue 202

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

Shades of Polo Blue #869CCA

Tints of Polo Blue #869CCA

RGB

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

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

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

R = 27.24%
G = 31.71%
B = 41.06%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#869CCA (or 0x869CCA) is known color: Polo Blue. HEX triplet: 86, 9C and CA. RGB value is (134,156,202). Sum of RGB (Red+Green+Blue) = 134+156+202=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #869CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CCA is #796335. Grayscale: #9A9A9A. Windows color (decimal): -7955254 or 13278342. OLE color: 13278342.

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

Color convert

RGB 134 156 202 -
CMYK 0.34 0.23 0 0.21
HSL 220.59º 0.39% 0.66% -
HSV(B) 220.59º 0.34% 0.79% -
XYZ 32.38 33.11 60.56 -
YUV 154.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 134 156 202 0.34 0.23 0 0.21 220.59 0.39 0.66
Hex 86 9C CA 22 17 0 15 DD 27 42
Octal 206 234 312 42 27 0 25 335 47 102
Binary 10000110 10011100 11001010 100010 10111 0 10101 11011101 100111 1000010

Color Harmonies of #869CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869CCA

Black with #869CCA

Text Example


Text Example

White with #869CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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