Html Css Color HEX #9E9FF2 Portage

📋 copy color: '#9E9FF2'

red 158 ◦ green 159 ◦ blue 242

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

Shades of Portage #9E9FF2

Tints of Portage #9E9FF2

RGB

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

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

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

R = 28.26%
G = 28.44%
B = 43.29%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E9FF2 (or 0x9E9FF2) is known color: Portage. HEX triplet: 9E, 9F and F2. RGB value is (158,159,242). Sum of RGB (Red+Green+Blue) = 158+159+242=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E9FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9FF2 is #61600D. Grayscale: #A7A7A7. Windows color (decimal): -6381582 or 15900574. OLE color: 15900574.

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

Color convert

RGB 158 159 242 -
CMYK 0.35 0.34 0 0.05
HSL 239.29º 0.76% 0.78% -
HSV(B) 239.29º 0.35% 0.95% -
XYZ 42.53 38.48 89.19 -
YUV 168.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 158 159 242 0.35 0.34 0 0.05 239.29 0.76 0.78
Hex 9E 9F F2 23 22 0 5 EF 4C 4E
Octal 236 237 362 43 42 0 5 357 114 116
Binary 10011110 10011111 11110010 100011 100010 0 101 11101111 1001100 1001110

Color Harmonies of #9E9FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9FF2

Black with #9E9FF2

Text Example


Text Example

White with #9E9FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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