Html Css Color HEX #809BCC Polo Blue

📋 copy color: '#809BCC'

red 128 ◦ green 155 ◦ blue 204

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

Shades of Polo Blue #809BCC

Tints of Polo Blue #809BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 26.28%
G = 31.83%
B = 41.89%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#809BCC (or 0x809BCC) is known color: Polo Blue. HEX triplet: 80, 9B and CC. RGB value is (128,155,204). Sum of RGB (Red+Green+Blue) = 128+155+204=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #809BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BCC is #7F6433. Grayscale: #989898. Windows color (decimal): -8348724 or 13409152. OLE color: 13409152.

HSL color Cylindrical-coordinate representation of color #809BCC: hue angle of 218.68º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #809BCC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 155 204 -
CMYK 0.37 0.24 0 0.2
HSL 218.68º 0.43% 0.65% -
HSV(B) 218.68º 0.37% 0.8% -
XYZ 31.52 32.39 61.72 -
YUV 152.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 128 155 204 0.37 0.24 0 0.2 218.68 0.43 0.65
Hex 80 9B CC 25 18 0 14 DB 2B 41
Octal 200 233 314 45 30 0 24 333 53 101
Binary 10000000 10011011 11001100 100101 11000 0 10100 11011011 101011 1000001

Color Harmonies of #809BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BCC

Black with #809BCC

Text Example


Text Example

White with #809BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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