Html Css Color HEX #9E9FF1 Portage

📋 copy color: '#9E9FF1'

red 158 ◦ green 159 ◦ blue 241

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

Shades of Portage #9E9FF1

Tints of Portage #9E9FF1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.49%

 BLUE value IS 241 (94.53% from 255) = 43.19%

R = 28.32%
G = 28.49%
B = 43.19%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E9FF1 (or 0x9E9FF1) is known color: Portage. HEX triplet: 9E, 9F and F1. RGB value is (158,159,241). Sum of RGB (Red+Green+Blue) = 158+159+241=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E9FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9FF1 is #61600E. Grayscale: #A7A7A7. Windows color (decimal): -6381583 or 15835038. OLE color: 15835038.

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

Color convert

RGB 158 159 241 -
CMYK 0.34 0.34 0 0.05
HSL 239.28º 0.75% 0.78% -
HSV(B) 239.28º 0.34% 0.95% -
XYZ 42.38 38.42 88.4 -
YUV 168.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 158 159 241 0.34 0.34 0 0.05 239.28 0.75 0.78
Hex 9E 9F F1 22 22 0 5 EF 4B 4E
Octal 236 237 361 42 42 0 5 357 113 116
Binary 10011110 10011111 11110001 100010 100010 0 101 11101111 1001011 1001110

Color Harmonies of #9E9FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9FF1

Black with #9E9FF1

Text Example


Text Example

White with #9E9FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,159,241); }

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

background-color css

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

 a { background-color: rgb(158,159,241); }

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

border-color css

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

 span { border-color: rgb(158,159,241); }

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