Html Css Color HEX #9496F9 Portage

📋 copy color: '#9496F9'

red 148 ◦ green 150 ◦ blue 249

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

Shades of Portage #9496F9

Tints of Portage #9496F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 27.06%
G = 27.42%
B = 45.52%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9496F9 (or 0x9496F9) is known color: Portage. HEX triplet: 94, 96 and F9. RGB value is (148,150,249). Sum of RGB (Red+Green+Blue) = 148+150+249=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #9496F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9496F9 is #6B6906. Grayscale: #A0A0A0. Windows color (decimal): -7039239 or 16357012. OLE color: 16357012.

HSL color Cylindrical-coordinate representation of color #9496F9: hue angle of 238.81º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9496F9 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 150 249 -
CMYK 0.41 0.40 0 0.02
HSL 238.81º 0.89% 0.78% -
HSV(B) 238.81º 0.41% 0.98% -
XYZ 40.22 34.95 94.25 -
YUV 160.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 148 150 249 0.41 0.40 0 0.02 238.81 0.89 0.78
Hex 94 96 F9 29 28 0 2 EF 59 4E
Octal 224 226 371 51 50 0 2 357 131 116
Binary 10010100 10010110 11111001 101001 101000 0 10 11101111 1011001 1001110

Color Harmonies of #9496F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496F9

Black with #9496F9

Text Example


Text Example

White with #9496F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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