Html Css Color HEX #9E9AFA Portage

📋 copy color: '#9E9AFA'

red 158 ◦ green 154 ◦ blue 250

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

Shades of Portage #9E9AFA

Tints of Portage #9E9AFA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.4%

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 28.11%
G = 27.4%
B = 44.48%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E9AFA (or 0x9E9AFA) is known color: Portage. HEX triplet: 9E, 9A and FA. RGB value is (158,154,250). Sum of RGB (Red+Green+Blue) = 158+154+250=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E9AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9AFA is #616505. Grayscale: #A5A5A5. Windows color (decimal): -6382854 or 16423582. OLE color: 16423582.

HSL color Cylindrical-coordinate representation of color #9E9AFA: hue angle of 242.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E9AFA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 154 250 -
CMYK 0.37 0.38 0 0.02
HSL 242.5º 0.91% 0.79% -
HSV(B) 242.5º 0.38% 0.98% -
XYZ 42.91 37.28 95.38 -
YUV 166.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 158 154 250 0.37 0.38 0 0.02 242.5 0.91 0.79
Hex 9E 9A FA 25 26 0 2 F2 5B 4F
Octal 236 232 372 45 46 0 2 362 133 117
Binary 10011110 10011010 11111010 100101 100110 0 10 11110010 1011011 1001111

Color Harmonies of #9E9AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9AFA

Black with #9E9AFA

Text Example


Text Example

White with #9E9AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,154,250); }

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

background-color css

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

 a { background-color: rgb(158,154,250); }

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

border-color css

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

 span { border-color: rgb(158,154,250); }

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