Html Css Color HEX #9496DD Portage

📋 copy color: '#9496DD'

red 148 ◦ green 150 ◦ blue 221

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

Shades of Portage #9496DD

Tints of Portage #9496DD

RGB

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

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

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

R = 28.52%
G = 28.9%
B = 42.58%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9496DD (or 0x9496DD) is known color: Portage. HEX triplet: 94, 96 and DD. RGB value is (148,150,221). Sum of RGB (Red+Green+Blue) = 148+150+221=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9496DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496DD is #6B6922. Grayscale: #9D9D9D. Windows color (decimal): -7039267 or 14522004. OLE color: 14522004.

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

Color convert

RGB 148 150 221 -
CMYK 0.33 0.32 0 0.13
HSL 238.36º 0.52% 0.72% -
HSV(B) 238.36º 0.33% 0.87% -
XYZ 36.17 33.33 72.93 -
YUV 157.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 148 150 221 0.33 0.32 0 0.13 238.36 0.52 0.72
Hex 94 96 DD 21 20 0 D EE 34 48
Octal 224 226 335 41 40 0 15 356 64 110
Binary 10010100 10010110 11011101 100001 100000 0 1101 11101110 110100 1001000

Color Harmonies of #9496DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496DD

Black with #9496DD

Text Example


Text Example

White with #9496DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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