Html Css Color HEX #819ECD Polo Blue

📋 copy color: '#819ECD'

red 129 ◦ green 158 ◦ blue 205

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

Shades of Polo Blue #819ECD

Tints of Polo Blue #819ECD

RGB

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

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

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

R = 26.22%
G = 32.11%
B = 41.67%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#819ECD (or 0x819ECD) is known color: Polo Blue. HEX triplet: 81, 9E and CD. RGB value is (129,158,205). Sum of RGB (Red+Green+Blue) = 129+158+205=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #819ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ECD is #7E6132. Grayscale: #9A9A9A. Windows color (decimal): -8282419 or 13475457. OLE color: 13475457.

HSL color Cylindrical-coordinate representation of color #819ECD: hue angle of 217.11º degrees, saturation: 0.43, 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 #819ECD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 158 205 -
CMYK 0.37 0.23 0 0.20
HSL 217.11º 0.43% 0.65% -
HSV(B) 217.11º 0.37% 0.8% -
XYZ 32.3 33.53 62.53 -
YUV 154.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 129 158 205 0.37 0.23 0 0.20 217.11 0.43 0.65
Hex 81 9E CD 25 17 0 14 D9 2B 41
Octal 201 236 315 45 27 0 24 331 53 101
Binary 10000001 10011110 11001101 100101 10111 0 10100 11011001 101011 1000001

Color Harmonies of #819ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819ECD

Black with #819ECD

Text Example


Text Example

White with #819ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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