Html Css Color HEX #819AC7 Polo Blue

📋 copy color: '#819AC7'

red 129 ◦ green 154 ◦ blue 199

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

Shades of Polo Blue #819AC7

Tints of Polo Blue #819AC7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.95%

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 26.76%
G = 31.95%
B = 41.29%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#819AC7 (or 0x819AC7) is known color: Polo Blue. HEX triplet: 81, 9A and C7. RGB value is (129,154,199). Sum of RGB (Red+Green+Blue) = 129+154+199=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #819AC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819AC7 is #7E6538. Grayscale: #979797. Windows color (decimal): -8283449 or 13081217. OLE color: 13081217.

HSL color Cylindrical-coordinate representation of color #819AC7: hue angle of 218.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #819AC7 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 154 199 -
CMYK 0.35 0.23 0 0.22
HSL 218.57º 0.38% 0.64% -
HSV(B) 218.57º 0.35% 0.78% -
XYZ 30.92 31.9 58.56 -
YUV 151.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 129 154 199 0.35 0.23 0 0.22 218.57 0.38 0.64
Hex 81 9A C7 23 17 0 16 DB 26 40
Octal 201 232 307 43 27 0 26 333 46 100
Binary 10000001 10011010 11000111 100011 10111 0 10110 11011011 100110 1000000

Color Harmonies of #819AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819AC7

Black with #819AC7

Text Example


Text Example

White with #819AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,154,199); }

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

background-color css

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

 a { background-color: rgb(129,154,199); }

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

border-color css

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

 span { border-color: rgb(129,154,199); }

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