Html Css Color HEX #9496DF Portage

📋 copy color: '#9496DF'

red 148 ◦ green 150 ◦ blue 223

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

Shades of Portage #9496DF

Tints of Portage #9496DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.79%

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

R = 28.41%
G = 28.79%
B = 42.8%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9496DF (or 0x9496DF) is known color: Portage. HEX triplet: 94, 96 and DF. RGB value is (148,150,223). Sum of RGB (Red+Green+Blue) = 148+150+223=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #9496DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496DF is #6B6920. Grayscale: #9D9D9D. Windows color (decimal): -7039265 or 14653076. OLE color: 14653076.

HSL color Cylindrical-coordinate representation of color #9496DF: hue angle of 238.4º 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 #9496DF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 150 223 -
CMYK 0.34 0.33 0 0.13
HSL 238.4º 0.54% 0.73% -
HSV(B) 238.4º 0.34% 0.87% -
XYZ 36.44 33.44 74.35 -
YUV 157.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 148 150 223 0.34 0.33 0 0.13 238.4 0.54 0.73
Hex 94 96 DF 22 21 0 D EE 36 49
Octal 224 226 337 42 41 0 15 356 66 111
Binary 10010100 10010110 11011111 100010 100001 0 1101 11101110 110110 1001001

Color Harmonies of #9496DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496DF

Black with #9496DF

Text Example


Text Example

White with #9496DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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