Html Css Color HEX #8199DF Portage

📋 copy color: '#8199DF'

red 129 ◦ green 153 ◦ blue 223

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

Shades of Portage #8199DF

Tints of Portage #8199DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 25.54%
G = 30.3%
B = 44.16%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8199DF (or 0x8199DF) is known color: Portage. HEX triplet: 81, 99 and DF. RGB value is (129,153,223). Sum of RGB (Red+Green+Blue) = 129+153+223=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8199DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199DF is #7E6620. Grayscale: #999999. Windows color (decimal): -8283681 or 14653825. OLE color: 14653825.

HSL color Cylindrical-coordinate representation of color #8199DF: hue angle of 224.68º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8199DF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 153 223 -
CMYK 0.42 0.31 0 0.13
HSL 224.68º 0.59% 0.69% -
HSV(B) 224.68º 0.42% 0.87% -
XYZ 33.76 32.78 74.36 -
YUV 153.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 129 153 223 0.42 0.31 0 0.13 224.68 0.59 0.69
Hex 81 99 DF 2A 1F 0 D E1 3B 45
Octal 201 231 337 52 37 0 15 341 73 105
Binary 10000001 10011001 11011111 101010 11111 0 1101 11100001 111011 1000101

Color Harmonies of #8199DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8199DF

Black with #8199DF

Text Example


Text Example

White with #8199DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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