Html Css Color HEX #819ECE Polo Blue

📋 copy color: '#819ECE'

red 129 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #819ECE

Tints of Polo Blue #819ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 26.17%
G = 32.05%
B = 41.78%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#819ECE (or 0x819ECE) is known color: Polo Blue. HEX triplet: 81, 9E and CE. RGB value is (129,158,206). Sum of RGB (Red+Green+Blue) = 129+158+206=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #819ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ECE is #7E6131. Grayscale: #9A9A9A. Windows color (decimal): -8282418 or 13540993. OLE color: 13540993.

HSL color Cylindrical-coordinate representation of color #819ECE: hue angle of 217.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819ECE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 158 206 -
CMYK 0.37 0.23 0 0.19
HSL 217.4º 0.44% 0.66% -
HSV(B) 217.4º 0.37% 0.81% -
XYZ 32.42 33.58 63.16 -
YUV 154.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 129 158 206 0.37 0.23 0 0.19 217.4 0.44 0.66
Hex 81 9E CE 25 17 0 13 D9 2C 42
Octal 201 236 316 45 27 0 23 331 54 102
Binary 10000001 10011110 11001110 100101 10111 0 10011 11011001 101100 1000010

Color Harmonies of #819ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819ECE

Black with #819ECE

Text Example


Text Example

White with #819ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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