Html Css Color HEX #869FD1 Polo Blue

📋 copy color: '#869FD1'

red 134 ◦ green 159 ◦ blue 209

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

Shades of Polo Blue #869FD1

Tints of Polo Blue #869FD1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.67%

 BLUE value IS 209 (82.03% from 255) = 41.63%

R = 26.69%
G = 31.67%
B = 41.63%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#869FD1 (or 0x869FD1) is known color: Polo Blue. HEX triplet: 86, 9F and D1. RGB value is (134,159,209). Sum of RGB (Red+Green+Blue) = 134+159+209=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #869FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FD1 is #79602E. Grayscale: #9D9D9D. Windows color (decimal): -7954479 or 13737862. OLE color: 13737862.

HSL color Cylindrical-coordinate representation of color #869FD1: hue angle of 220º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #869FD1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 159 209 -
CMYK 0.36 0.24 0 0.18
HSL 220º 0.45% 0.67% -
HSV(B) 220º 0.36% 0.82% -
XYZ 33.74 34.47 65.2 -
YUV 157.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 134 159 209 0.36 0.24 0 0.18 220 0.45 0.67
Hex 86 9F D1 24 18 0 12 DC 2D 43
Octal 206 237 321 44 30 0 22 334 55 103
Binary 10000110 10011111 11010001 100100 11000 0 10010 11011100 101101 1000011

Color Harmonies of #869FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869FD1

Black with #869FD1

Text Example


Text Example

White with #869FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,159,209); }

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

background-color css

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

 a { background-color: rgb(134,159,209); }

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

border-color css

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

 span { border-color: rgb(134,159,209); }

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