Html Css Color HEX #819ED1 Polo Blue

📋 copy color: '#819ED1'

red 129 ◦ green 158 ◦ blue 209

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

Shades of Polo Blue #819ED1

Tints of Polo Blue #819ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.14%

R = 26.01%
G = 31.85%
B = 42.14%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#819ED1 (or 0x819ED1) is known color: Polo Blue. HEX triplet: 81, 9E and D1. RGB value is (129,158,209). Sum of RGB (Red+Green+Blue) = 129+158+209=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #819ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ED1 is #7E612E. Grayscale: #9A9A9A. Windows color (decimal): -8282415 or 13737601. OLE color: 13737601.

HSL color Cylindrical-coordinate representation of color #819ED1: hue angle of 218.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #819ED1 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 158 209 -
CMYK 0.38 0.24 0 0.18
HSL 218.25º 0.47% 0.66% -
HSV(B) 218.25º 0.38% 0.82% -
XYZ 32.79 33.72 65.1 -
YUV 155.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 129 158 209 0.38 0.24 0 0.18 218.25 0.47 0.66
Hex 81 9E D1 26 18 0 12 DA 2F 42
Octal 201 236 321 46 30 0 22 332 57 102
Binary 10000001 10011110 11010001 100110 11000 0 10010 11011010 101111 1000010

Color Harmonies of #819ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819ED1

Black with #819ED1

Text Example


Text Example

White with #819ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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