Html Css Color HEX #819FCD Polo Blue

📋 copy color: '#819FCD'

red 129 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #819FCD

Tints of Polo Blue #819FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.25%

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

R = 26.17%
G = 32.25%
B = 41.58%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#819FCD (or 0x819FCD) is known color: Polo Blue. HEX triplet: 81, 9F and CD. RGB value is (129,159,205). Sum of RGB (Red+Green+Blue) = 129+159+205=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #819FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FCD is #7E6032. Grayscale: #9B9B9B. Windows color (decimal): -8282163 or 13475713. OLE color: 13475713.

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

Color convert

RGB 129 159 205 -
CMYK 0.37 0.22 0 0.20
HSL 216.32º 0.43% 0.65% -
HSV(B) 216.32º 0.37% 0.8% -
XYZ 32.47 33.87 62.58 -
YUV 155.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 129 159 205 0.37 0.22 0 0.20 216.32 0.43 0.65
Hex 81 9F CD 25 16 0 14 D8 2B 41
Octal 201 237 315 45 26 0 24 330 53 101
Binary 10000001 10011111 11001101 100101 10110 0 10100 11011000 101011 1000001

Color Harmonies of #819FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FCD

Black with #819FCD

Text Example


Text Example

White with #819FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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