Html Css Color HEX #9E99FD Portage

📋 copy color: '#9E99FD'

red 158 ◦ green 153 ◦ blue 253

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

Shades of Portage #9E99FD

Tints of Portage #9E99FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 28.01%
G = 27.13%
B = 44.86%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E99FD (or 0x9E99FD) is known color: Portage. HEX triplet: 9E, 99 and FD. RGB value is (158,153,253). Sum of RGB (Red+Green+Blue) = 158+153+253=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E99FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E99FD is #616602. Grayscale: #A5A5A5. Windows color (decimal): -6383107 or 16619934. OLE color: 16619934.

HSL color Cylindrical-coordinate representation of color #9E99FD: hue angle of 243º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E99FD is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 153 253 -
CMYK 0.38 0.40 0 0.01
HSL 243º 0.96% 0.8% -
HSV(B) 243º 0.4% 0.99% -
XYZ 43.22 37.14 97.82 -
YUV 165.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 158 153 253 0.38 0.40 0 0.01 243 0.96 0.8
Hex 9E 99 FD 26 28 0 1 F3 60 50
Octal 236 231 375 46 50 0 1 363 140 120
Binary 10011110 10011001 11111101 100110 101000 0 1 11110011 1100000 1010000

Color Harmonies of #9E99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E99FD

Black with #9E99FD

Text Example


Text Example

White with #9E99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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