Html Css Color HEX #9496DC Portage

📋 copy color: '#9496DC'

red 148 ◦ green 150 ◦ blue 220

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

Shades of Portage #9496DC

Tints of Portage #9496DC

RGB

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

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

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

R = 28.57%
G = 28.96%
B = 42.47%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9496DC (or 0x9496DC) is known color: Portage. HEX triplet: 94, 96 and DC. RGB value is (148,150,220). Sum of RGB (Red+Green+Blue) = 148+150+220=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9496DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496DC is #6B6923. Grayscale: #9D9D9D. Windows color (decimal): -7039268 or 14456468. OLE color: 14456468.

HSL color Cylindrical-coordinate representation of color #9496DC: hue angle of 238.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9496DC is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 150 220 -
CMYK 0.33 0.32 0 0.14
HSL 238.33º 0.51% 0.72% -
HSV(B) 238.33º 0.33% 0.86% -
XYZ 36.04 33.28 72.23 -
YUV 157.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 148 150 220 0.33 0.32 0 0.14 238.33 0.51 0.72
Hex 94 96 DC 21 20 0 E EE 33 48
Octal 224 226 334 41 40 0 16 356 63 110
Binary 10010100 10010110 11011100 100001 100000 0 1110 11101110 110011 1001000

Color Harmonies of #9496DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496DC

Black with #9496DC

Text Example


Text Example

White with #9496DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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