Html Css Color HEX #9499DF Portage

📋 copy color: '#9499DF'

red 148 ◦ green 153 ◦ blue 223

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

Shades of Portage #9499DF

Tints of Portage #9499DF

RGB

 RED value IS 148 (58.2% from 255) = 28.24%

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

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

R = 28.24%
G = 29.2%
B = 42.56%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9499DF (or 0x9499DF) is known color: Portage. HEX triplet: 94, 99 and DF. RGB value is (148,153,223). Sum of RGB (Red+Green+Blue) = 148+153+223=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #9499DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499DF is #6B6620. Grayscale: #9F9F9F. Windows color (decimal): -7038497 or 14653844. OLE color: 14653844.

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

Color convert

RGB 148 153 223 -
CMYK 0.34 0.31 0 0.13
HSL 236º 0.54% 0.73% -
HSV(B) 236º 0.34% 0.87% -
XYZ 36.92 34.41 74.51 -
YUV 159.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 148 153 223 0.34 0.31 0 0.13 236 0.54 0.73
Hex 94 99 DF 22 1F 0 D EC 36 49
Octal 224 231 337 42 37 0 15 354 66 111
Binary 10010100 10011001 11011111 100010 11111 0 1101 11101100 110110 1001001

Color Harmonies of #9499DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9499DF

Black with #9499DF

Text Example


Text Example

White with #9499DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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