Html Css Color HEX #819ACC Polo Blue

📋 copy color: '#819ACC'

red 129 ◦ green 154 ◦ blue 204

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

Shades of Polo Blue #819ACC

Tints of Polo Blue #819ACC

RGB

 RED value IS 129 (50.78% from 255) = 26.49%

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

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

R = 26.49%
G = 31.62%
B = 41.89%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#819ACC (or 0x819ACC) is known color: Polo Blue. HEX triplet: 81, 9A and CC. RGB value is (129,154,204). Sum of RGB (Red+Green+Blue) = 129+154+204=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 154 (60.55% from 255 or 31.62% 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 #819ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ACC is #7E6533. Grayscale: #989898. Windows color (decimal): -8283444 or 13408897. OLE color: 13408897.

HSL color Cylindrical-coordinate representation of color #819ACC: hue angle of 220º degrees, saturation: 0.42, 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 #819ACC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 154 204 -
CMYK 0.37 0.25 0 0.2
HSL 220º 0.42% 0.65% -
HSV(B) 220º 0.37% 0.8% -
XYZ 31.51 32.14 61.67 -
YUV 152.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 129 154 204 0.37 0.25 0 0.2 220 0.42 0.65
Hex 81 9A CC 25 19 0 14 DC 2A 41
Octal 201 232 314 45 31 0 24 334 52 101
Binary 10000001 10011010 11001100 100101 11001 0 10100 11011100 101010 1000001

Color Harmonies of #819ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819ACC

Black with #819ACC

Text Example


Text Example

White with #819ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819ACC; }

 p { color: rgb(129,154,204); }

 H1.HeaderClassName
 {
   color: #819ACC;
 }
 .AnyTagClassName
 {
   color: #819ACC;
 }
</style>

background-color css

<style>
 a { background-color: #819ACC; }

 a { background-color: rgb(129,154,204); }

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

border-color css

<style>
 span { border-color: #819ACC; }

 span { border-color: rgb(129,154,204); }

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