Html Css Color HEX #809CCD Polo Blue

📋 copy color: '#809CCD'

red 128 ◦ green 156 ◦ blue 205

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

Shades of Polo Blue #809CCD

Tints of Polo Blue #809CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.9%

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 26.18%
G = 31.9%
B = 41.92%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#809CCD (or 0x809CCD) is known color: Polo Blue. HEX triplet: 80, 9C and CD. RGB value is (128,156,205). Sum of RGB (Red+Green+Blue) = 128+156+205=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #809CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CCD is #7F6332. Grayscale: #989898. Windows color (decimal): -8348467 or 13474944. OLE color: 13474944.

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

Color convert

RGB 128 156 205 -
CMYK 0.38 0.24 0 0.20
HSL 218.18º 0.44% 0.65% -
HSV(B) 218.18º 0.38% 0.8% -
XYZ 31.81 32.77 62.41 -
YUV 153.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 128 156 205 0.38 0.24 0 0.20 218.18 0.44 0.65
Hex 80 9C CD 26 18 0 14 DA 2C 41
Octal 200 234 315 46 30 0 24 332 54 101
Binary 10000000 10011100 11001101 100110 11000 0 10100 11011010 101100 1000001

Color Harmonies of #809CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CCD

Black with #809CCD

Text Example


Text Example

White with #809CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,156,205); }

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

background-color css

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

 a { background-color: rgb(128,156,205); }

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

border-color css

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

 span { border-color: rgb(128,156,205); }

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