Html Css Color HEX #9199FE Portage

📋 copy color: '#9199FE'

red 145 ◦ green 153 ◦ blue 254

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

Shades of Portage #9199FE

Tints of Portage #9199FE

RGB

 RED value IS 145 (57.03% from 255) = 26.27%

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

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

R = 26.27%
G = 27.72%
B = 46.01%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9199FE (or 0x9199FE) is known color: Portage. HEX triplet: 91, 99 and FE. RGB value is (145,153,254). Sum of RGB (Red+Green+Blue) = 145+153+254=552 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.27% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #9199FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9199FE is #6E6601. Grayscale: #A1A1A1. Windows color (decimal): -7235074 or 16685457. OLE color: 16685457.

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

Color convert

RGB 145 153 254 -
CMYK 0.43 0.40 0 0.00
HSL 235.6º 0.98% 0.78% -
HSV(B) 235.6º 0.43% 1% -
XYZ 40.96 35.96 98.55 -
YUV 162.12 179.85 115.79 -
System Red Green Blue C M Y K H S L
Decimal 145 153 254 0.43 0.40 0 0.00 235.6 0.98 0.78
Hex 91 99 FE 2B 28 0 0 EC 62 4E
Octal 221 231 376 53 50 0 0 354 142 116
Binary 10010001 10011001 11111110 101011 101000 0 0 11101100 1100010 1001110

Color Harmonies of #9199FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9199FE

Black with #9199FE

Text Example


Text Example

White with #9199FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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