Html Css Color HEX #869BC9 Polo Blue

📋 copy color: '#869BC9'

red 134 ◦ green 155 ◦ blue 201

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

Shades of Polo Blue #869BC9

Tints of Polo Blue #869BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 27.35%
G = 31.63%
B = 41.02%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#869BC9 (or 0x869BC9) is known color: Polo Blue. HEX triplet: 86, 9B and C9. RGB value is (134,155,201). Sum of RGB (Red+Green+Blue) = 134+155+201=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #869BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BC9 is #796436. Grayscale: #999999. Windows color (decimal): -7955511 or 13212550. OLE color: 13212550.

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

Color convert

RGB 134 155 201 -
CMYK 0.33 0.23 0 0.21
HSL 221.19º 0.38% 0.66% -
HSV(B) 221.19º 0.33% 0.79% -
XYZ 32.1 32.73 59.88 -
YUV 153.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 134 155 201 0.33 0.23 0 0.21 221.19 0.38 0.66
Hex 86 9B C9 21 17 0 15 DD 26 42
Octal 206 233 311 41 27 0 25 335 46 102
Binary 10000110 10011011 11001001 100001 10111 0 10101 11011101 100110 1000010

Color Harmonies of #869BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869BC9

Black with #869BC9

Text Example


Text Example

White with #869BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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