Html Css Color HEX #9E99F3 Portage

📋 copy color: '#9E99F3'

red 158 ◦ green 153 ◦ blue 243

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

Shades of Portage #9E99F3

Tints of Portage #9E99F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.86%

R = 28.52%
G = 27.62%
B = 43.86%

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

#9E99F3 (or 0x9E99F3) is known color: Portage. HEX triplet: 9E, 99 and F3. RGB value is (158,153,243). Sum of RGB (Red+Green+Blue) = 158+153+243=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #9E99F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E99F3 is #61660C. Grayscale: #A4A4A4. Windows color (decimal): -6383117 or 15964574. OLE color: 15964574.

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

Color convert

RGB 158 153 243 -
CMYK 0.35 0.37 0 0.05
HSL 243.33º 0.79% 0.78% -
HSV(B) 243.33º 0.37% 0.95% -
XYZ 41.67 36.52 89.65 -
YUV 164.76 172.16 123.18 -
System Red Green Blue C M Y K H S L
Decimal 158 153 243 0.35 0.37 0 0.05 243.33 0.79 0.78
Hex 9E 99 F3 23 25 0 5 F3 4F 4E
Octal 236 231 363 43 45 0 5 363 117 116
Binary 10011110 10011001 11110011 100011 100101 0 101 11110011 1001111 1001110

Color Harmonies of #9E99F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E99F3

Black with #9E99F3

Text Example


Text Example

White with #9E99F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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