Html Css Color HEX #869BCA Polo Blue

📋 copy color: '#869BCA'

red 134 ◦ green 155 ◦ blue 202

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

Shades of Polo Blue #869BCA

Tints of Polo Blue #869BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.57%

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

R = 27.29%
G = 31.57%
B = 41.14%

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

#869BCA (or 0x869BCA) is known color: Polo Blue. HEX triplet: 86, 9B and CA. RGB value is (134,155,202). Sum of RGB (Red+Green+Blue) = 134+155+202=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #869BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BCA is #796435. Grayscale: #999999. Windows color (decimal): -7955510 or 13278086. OLE color: 13278086.

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

Color convert

RGB 134 155 202 -
CMYK 0.34 0.23 0 0.21
HSL 221.47º 0.39% 0.66% -
HSV(B) 221.47º 0.34% 0.79% -
XYZ 32.21 32.78 60.51 -
YUV 154.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 134 155 202 0.34 0.23 0 0.21 221.47 0.39 0.66
Hex 86 9B CA 22 17 0 15 DD 27 42
Octal 206 233 312 42 27 0 25 335 47 102
Binary 10000110 10011011 11001010 100010 10111 0 10101 11011101 100111 1000010

Color Harmonies of #869BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869BCA

Black with #869BCA

Text Example


Text Example

White with #869BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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