Html Css Color HEX #8199CC Polo Blue

📋 copy color: '#8199CC'

red 129 ◦ green 153 ◦ blue 204

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

Shades of Polo Blue #8199CC

Tints of Polo Blue #8199CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 26.54%
G = 31.48%
B = 41.98%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8199CC (or 0x8199CC) is known color: Polo Blue. HEX triplet: 81, 99 and CC. RGB value is (129,153,204). Sum of RGB (Red+Green+Blue) = 129+153+204=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #8199CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199CC is #7E6633. Grayscale: #979797. Windows color (decimal): -8283700 or 13408641. OLE color: 13408641.

HSL color Cylindrical-coordinate representation of color #8199CC: hue angle of 220.8º degrees, saturation: 0.42, 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 #8199CC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 153 204 -
CMYK 0.37 0.25 0 0.2
HSL 220.8º 0.42% 0.65% -
HSV(B) 220.8º 0.37% 0.8% -
XYZ 31.34 31.81 61.61 -
YUV 151.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 129 153 204 0.37 0.25 0 0.2 220.8 0.42 0.65
Hex 81 99 CC 25 19 0 14 DD 2A 41
Octal 201 231 314 45 31 0 24 335 52 101
Binary 10000001 10011001 11001100 100101 11001 0 10100 11011101 101010 1000001

Color Harmonies of #8199CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8199CC

Black with #8199CC

Text Example


Text Example

White with #8199CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8199CC; }

 p { color: rgb(129,153,204); }

 H1.HeaderClassName
 {
   color: #8199CC;
 }
 .AnyTagClassName
 {
   color: #8199CC;
 }
</style>

background-color css

<style>
 a { background-color: #8199CC; }

 a { background-color: rgb(129,153,204); }

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

border-color css

<style>
 span { border-color: #8199CC; }

 span { border-color: rgb(129,153,204); }

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