Html Css Color HEX #819ED6 Polo Blue

📋 copy color: '#819ED6'

red 129 ◦ green 158 ◦ blue 214

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

Shades of Polo Blue #819ED6

Tints of Polo Blue #819ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.54%

 BLUE value IS 214 (83.98% from 255) = 42.71%

R = 25.75%
G = 31.54%
B = 42.71%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#819ED6 (or 0x819ED6) is known color: Polo Blue. HEX triplet: 81, 9E and D6. RGB value is (129,158,214). Sum of RGB (Red+Green+Blue) = 129+158+214=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #819ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ED6 is #7E6129. Grayscale: #9B9B9B. Windows color (decimal): -8282410 or 14065281. OLE color: 14065281.

HSL color Cylindrical-coordinate representation of color #819ED6: hue angle of 219.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #819ED6 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 158 214 -
CMYK 0.40 0.26 0 0.16
HSL 219.53º 0.51% 0.67% -
HSV(B) 219.53º 0.4% 0.84% -
XYZ 33.42 33.98 68.42 -
YUV 155.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 129 158 214 0.40 0.26 0 0.16 219.53 0.51 0.67
Hex 81 9E D6 28 1A 0 10 DC 33 43
Octal 201 236 326 50 32 0 20 334 63 103
Binary 10000001 10011110 11010110 101000 11010 0 10000 11011100 110011 1000011

Color Harmonies of #819ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819ED6

Black with #819ED6

Text Example


Text Example

White with #819ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,158,214); }

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

background-color css

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

 a { background-color: rgb(129,158,214); }

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

border-color css

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

 span { border-color: rgb(129,158,214); }

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