Html Css Color HEX #809BC8 Polo Blue

📋 copy color: '#809BC8'

red 128 ◦ green 155 ◦ blue 200

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

Shades of Polo Blue #809BC8

Tints of Polo Blue #809BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.41%

R = 26.5%
G = 32.09%
B = 41.41%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#809BC8 (or 0x809BC8) is known color: Polo Blue. HEX triplet: 80, 9B and C8. RGB value is (128,155,200). Sum of RGB (Red+Green+Blue) = 128+155+200=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 200 - color contains mainly: blue. Hex color #809BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BC8 is #7F6437. Grayscale: #979797. Windows color (decimal): -8348728 or 13147008. OLE color: 13147008.

HSL color Cylindrical-coordinate representation of color #809BC8: hue angle of 217.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #809BC8 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 155 200 -
CMYK 0.36 0.22 0 0.22
HSL 217.5º 0.4% 0.64% -
HSV(B) 217.5º 0.36% 0.78% -
XYZ 31.05 32.2 59.22 -
YUV 152.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 128 155 200 0.36 0.22 0 0.22 217.5 0.4 0.64
Hex 80 9B C8 24 16 0 16 DA 28 40
Octal 200 233 310 44 26 0 26 332 50 100
Binary 10000000 10011011 11001000 100100 10110 0 10110 11011010 101000 1000000

Color Harmonies of #809BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BC8

Black with #809BC8

Text Example


Text Example

White with #809BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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