Html Css Color HEX #9E99F2 Portage

📋 copy color: '#9E99F2'

red 158 ◦ green 153 ◦ blue 242

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

Shades of Portage #9E99F2

Tints of Portage #9E99F2

RGB

 RED value IS 158 (62.11% from 255) = 28.57%

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

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 28.57%
G = 27.67%
B = 43.76%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E99F2 (or 0x9E99F2) is known color: Portage. HEX triplet: 9E, 99 and F2. RGB value is (158,153,242). Sum of RGB (Red+Green+Blue) = 158+153+242=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E99F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E99F2 is #61660D. Grayscale: #A4A4A4. Windows color (decimal): -6383118 or 15899038. OLE color: 15899038.

HSL color Cylindrical-coordinate representation of color #9E99F2: hue angle of 243.37º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E99F2 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 153 242 -
CMYK 0.35 0.37 0 0.05
HSL 243.37º 0.77% 0.77% -
HSV(B) 243.37º 0.37% 0.95% -
XYZ 41.52 36.46 88.85 -
YUV 164.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 158 153 242 0.35 0.37 0 0.05 243.37 0.77 0.77
Hex 9E 99 F2 23 25 0 5 F3 4D 4D
Octal 236 231 362 43 45 0 5 363 115 115
Binary 10011110 10011001 11110010 100011 100101 0 101 11110011 1001101 1001101

Color Harmonies of #9E99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E99F2

Black with #9E99F2

Text Example


Text Example

White with #9E99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E99F2; }

 p { color: rgb(158,153,242); }

 H1.HeaderClassName
 {
   color: #9E99F2;
 }
 .AnyTagClassName
 {
   color: #9E99F2;
 }
</style>

background-color css

<style>
 a { background-color: #9E99F2; }

 a { background-color: rgb(158,153,242); }

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

border-color css

<style>
 span { border-color: #9E99F2; }

 span { border-color: rgb(158,153,242); }

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