Html Css Color HEX #9496FF Portage

📋 copy color: '#9496FF'

red 148 ◦ green 150 ◦ blue 255

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

Shades of Portage #9496FF

Tints of Portage #9496FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.11%

R = 26.76%
G = 27.12%
B = 46.11%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9496FF (or 0x9496FF) is known color: Portage. HEX triplet: 94, 96 and FF. RGB value is (148,150,255). Sum of RGB (Red+Green+Blue) = 148+150+255=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #9496FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9496FF is #6B6900. Grayscale: #A0A0A0. Windows color (decimal): -7039233 or 16750228. OLE color: 16750228.

HSL color Cylindrical-coordinate representation of color #9496FF: hue angle of 238.88º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9496FF is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 150 255 -
CMYK 0.42 0.41 0 0
HSL 238.88º 1% 0.79% -
HSV(B) 238.88º 0.42% 1% -
XYZ 41.17 35.33 99.26 -
YUV 161.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 148 150 255 0.42 0.41 0 0 238.88 1 0.79
Hex 94 96 FF 2A 29 0 0 EF 64 4F
Octal 224 226 377 52 51 0 0 357 144 117
Binary 10010100 10010110 11111111 101010 101001 0 0 11101111 1100100 1001111

Color Harmonies of #9496FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496FF

Black with #9496FF

Text Example


Text Example

White with #9496FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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