Html Css Color HEX #819EBD Polo Blue

📋 copy color: '#819EBD'

red 129 ◦ green 158 ◦ blue 189

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

Shades of Polo Blue #819EBD

Tints of Polo Blue #819EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 27.1%
G = 33.19%
B = 39.71%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#819EBD (or 0x819EBD) is known color: Polo Blue. HEX triplet: 81, 9E and BD. RGB value is (129,158,189). Sum of RGB (Red+Green+Blue) = 129+158+189=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #819EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EBD is #7E6142. Grayscale: #989898. Windows color (decimal): -8282435 or 12426881. OLE color: 12426881.

HSL color Cylindrical-coordinate representation of color #819EBD: hue angle of 211º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #819EBD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 158 189 -
CMYK 0.32 0.16 0 0.26
HSL 211º 0.31% 0.62% -
HSV(B) 211º 0.32% 0.74% -
XYZ 30.47 32.79 52.87 -
YUV 152.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 129 158 189 0.32 0.16 0 0.26 211 0.31 0.62
Hex 81 9E BD 20 10 0 1A D3 1F 3E
Octal 201 236 275 40 20 0 32 323 37 76
Binary 10000001 10011110 10111101 100000 10000 0 11010 11010011 11111 111110

Color Harmonies of #819EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819EBD

Black with #819EBD

Text Example


Text Example

White with #819EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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