Html Css Color HEX #819EC1 Polo Blue

📋 copy color: '#819EC1'

red 129 ◦ green 158 ◦ blue 193

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

Shades of Polo Blue #819EC1

Tints of Polo Blue #819EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 26.88%
G = 32.92%
B = 40.21%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#819EC1 (or 0x819EC1) is known color: Polo Blue. HEX triplet: 81, 9E and C1. RGB value is (129,158,193). Sum of RGB (Red+Green+Blue) = 129+158+193=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #819EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EC1 is #7E613E. Grayscale: #999999. Windows color (decimal): -8282431 or 12689025. OLE color: 12689025.

HSL color Cylindrical-coordinate representation of color #819EC1: hue angle of 212.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #819EC1 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 158 193 -
CMYK 0.33 0.18 0 0.24
HSL 212.81º 0.34% 0.63% -
HSV(B) 212.81º 0.33% 0.76% -
XYZ 30.91 32.97 55.19 -
YUV 153.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 129 158 193 0.33 0.18 0 0.24 212.81 0.34 0.63
Hex 81 9E C1 21 12 0 18 D5 22 3F
Octal 201 236 301 41 22 0 30 325 42 77
Binary 10000001 10011110 11000001 100001 10010 0 11000 11010101 100010 111111

Color Harmonies of #819EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819EC1

Black with #819EC1

Text Example


Text Example

White with #819EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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