Html Css Color HEX #9499FE Portage

📋 copy color: '#9499FE'

red 148 ◦ green 153 ◦ blue 254

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

Shades of Portage #9499FE

Tints of Portage #9499FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.57%

 BLUE value IS 254 (99.61% from 255) = 45.77%

R = 26.67%
G = 27.57%
B = 45.77%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9499FE (or 0x9499FE) is known color: Portage. HEX triplet: 94, 99 and FE. RGB value is (148,153,254). Sum of RGB (Red+Green+Blue) = 148+153+254=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #9499FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9499FE is #6B6601. Grayscale: #A2A2A2. Windows color (decimal): -7038466 or 16685460. OLE color: 16685460.

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

Color convert

RGB 148 153 254 -
CMYK 0.42 0.40 0 0.00
HSL 237.17º 0.98% 0.79% -
HSV(B) 237.17º 0.42% 1% -
XYZ 41.49 36.23 98.57 -
YUV 163.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 148 153 254 0.42 0.40 0 0.00 237.17 0.98 0.79
Hex 94 99 FE 2A 28 0 0 ED 62 4F
Octal 224 231 376 52 50 0 0 355 142 117
Binary 10010100 10011001 11111110 101010 101000 0 0 11101101 1100010 1001111

Color Harmonies of #9499FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9499FE

Black with #9499FE

Text Example


Text Example

White with #9499FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9499FE; }

 p { color: rgb(148,153,254); }

 H1.HeaderClassName
 {
   color: #9499FE;
 }
 .AnyTagClassName
 {
   color: #9499FE;
 }
</style>

background-color css

<style>
 a { background-color: #9499FE; }

 a { background-color: rgb(148,153,254); }

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

border-color css

<style>
 span { border-color: #9499FE; }

 span { border-color: rgb(148,153,254); }

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