Html Css Color HEX #8199DC Portage

📋 copy color: '#8199DC'

red 129 ◦ green 153 ◦ blue 220

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

Shades of Portage #8199DC

Tints of Portage #8199DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 25.7%
G = 30.48%
B = 43.82%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8199DC (or 0x8199DC) is known color: Portage. HEX triplet: 81, 99 and DC. RGB value is (129,153,220). Sum of RGB (Red+Green+Blue) = 129+153+220=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #8199DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199DC is #7E6623. Grayscale: #999999. Windows color (decimal): -8283684 or 14457217. OLE color: 14457217.

HSL color Cylindrical-coordinate representation of color #8199DC: hue angle of 224.18º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8199DC is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 153 220 -
CMYK 0.41 0.30 0 0.14
HSL 224.18º 0.57% 0.68% -
HSV(B) 224.18º 0.41% 0.86% -
XYZ 33.36 32.62 72.25 -
YUV 153.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 129 153 220 0.41 0.30 0 0.14 224.18 0.57 0.68
Hex 81 99 DC 29 1E 0 E E0 39 44
Octal 201 231 334 51 36 0 16 340 71 104
Binary 10000001 10011001 11011100 101001 11110 0 1110 11100000 111001 1000100

Color Harmonies of #8199DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8199DC

Black with #8199DC

Text Example


Text Example

White with #8199DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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