Html Css Color HEX #809BCE Polo Blue

📋 copy color: '#809BCE'

red 128 ◦ green 155 ◦ blue 206

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

Shades of Polo Blue #809BCE

Tints of Polo Blue #809BCE

RGB

 RED value IS 128 (50.39% from 255) = 26.18%

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 26.18%
G = 31.7%
B = 42.13%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#809BCE (or 0x809BCE) is known color: Polo Blue. HEX triplet: 80, 9B and CE. RGB value is (128,155,206). Sum of RGB (Red+Green+Blue) = 128+155+206=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #809BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BCE is #7F6431. Grayscale: #989898. Windows color (decimal): -8348722 or 13540224. OLE color: 13540224.

HSL color Cylindrical-coordinate representation of color #809BCE: hue angle of 219.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #809BCE is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 155 206 -
CMYK 0.38 0.25 0 0.19
HSL 219.23º 0.44% 0.65% -
HSV(B) 219.23º 0.38% 0.81% -
XYZ 31.76 32.49 62.99 -
YUV 152.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 128 155 206 0.38 0.25 0 0.19 219.23 0.44 0.65
Hex 80 9B CE 26 19 0 13 DB 2C 41
Octal 200 233 316 46 31 0 23 333 54 101
Binary 10000000 10011011 11001110 100110 11001 0 10011 11011011 101100 1000001

Color Harmonies of #809BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BCE

Black with #809BCE

Text Example


Text Example

White with #809BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809BCE; }

 p { color: rgb(128,155,206); }

 H1.HeaderClassName
 {
   color: #809BCE;
 }
 .AnyTagClassName
 {
   color: #809BCE;
 }
</style>

background-color css

<style>
 a { background-color: #809BCE; }

 a { background-color: rgb(128,155,206); }

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

border-color css

<style>
 span { border-color: #809BCE; }

 span { border-color: rgb(128,155,206); }

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