Html Css Color HEX #809ACF Polo Blue

📋 copy color: '#809ACF'

red 128 ◦ green 154 ◦ blue 207

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

Shades of Polo Blue #809ACF

Tints of Polo Blue #809ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 26.18%
G = 31.49%
B = 42.33%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#809ACF (or 0x809ACF) is known color: Polo Blue. HEX triplet: 80, 9A and CF. RGB value is (128,154,207). Sum of RGB (Red+Green+Blue) = 128+154+207=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #809ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ACF is #7F6530. Grayscale: #989898. Windows color (decimal): -8348977 or 13605504. OLE color: 13605504.

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

Color convert

RGB 128 154 207 -
CMYK 0.38 0.26 0 0.19
HSL 220.25º 0.45% 0.66% -
HSV(B) 220.25º 0.38% 0.81% -
XYZ 31.72 32.21 63.58 -
YUV 152.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 128 154 207 0.38 0.26 0 0.19 220.25 0.45 0.66
Hex 80 9A CF 26 1A 0 13 DC 2D 42
Octal 200 232 317 46 32 0 23 334 55 102
Binary 10000000 10011010 11001111 100110 11010 0 10011 11011100 101101 1000010

Color Harmonies of #809ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ACF

Black with #809ACF

Text Example


Text Example

White with #809ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,154,207); }

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

background-color css

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

 a { background-color: rgb(128,154,207); }

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

border-color css

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

 span { border-color: rgb(128,154,207); }

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