Html Css Color HEX #9499DD Portage

📋 copy color: '#9499DD'

red 148 ◦ green 153 ◦ blue 221

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

Shades of Portage #9499DD

Tints of Portage #9499DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 28.35%
G = 29.31%
B = 42.34%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9499DD (or 0x9499DD) is known color: Portage. HEX triplet: 94, 99 and DD. RGB value is (148,153,221). Sum of RGB (Red+Green+Blue) = 148+153+221=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #9499DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499DD is #6B6622. Grayscale: #9E9E9E. Windows color (decimal): -7038499 or 14522772. OLE color: 14522772.

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

Color convert

RGB 148 153 221 -
CMYK 0.33 0.31 0 0.13
HSL 235.89º 0.52% 0.72% -
HSV(B) 235.89º 0.33% 0.87% -
XYZ 36.66 34.3 73.1 -
YUV 159.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 148 153 221 0.33 0.31 0 0.13 235.89 0.52 0.72
Hex 94 99 DD 21 1F 0 D EC 34 48
Octal 224 231 335 41 37 0 15 354 64 110
Binary 10010100 10011001 11011101 100001 11111 0 1101 11101100 110100 1001000

Color Harmonies of #9499DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9499DD

Black with #9499DD

Text Example


Text Example

White with #9499DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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