Html Css Color HEX #9290EC Portage

📋 copy color: '#9290EC'

red 146 ◦ green 144 ◦ blue 236

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

Shades of Portage #9290EC

Tints of Portage #9290EC

RGB

 RED value IS 146 (57.42% from 255) = 27.76%

 GREEN value IS 144 (56.64% from 255) = 27.38%

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 27.76%
G = 27.38%
B = 44.87%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9290EC (or 0x9290EC) is known color: Portage. HEX triplet: 92, 90 and EC. RGB value is (146,144,236). Sum of RGB (Red+Green+Blue) = 146+144+236=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #9290EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9290EC is #6D6F13. Grayscale: #9A9A9A. Windows color (decimal): -7171860 or 15503506. OLE color: 15503506.

HSL color Cylindrical-coordinate representation of color #9290EC: hue angle of 241.3º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9290EC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 144 236 -
CMYK 0.38 0.39 0 0.07
HSL 241.3º 0.71% 0.75% -
HSV(B) 241.3º 0.39% 0.93% -
XYZ 36.97 32.11 83.61 -
YUV 155.09 173.66 121.52 -
System Red Green Blue C M Y K H S L
Decimal 146 144 236 0.38 0.39 0 0.07 241.3 0.71 0.75
Hex 92 90 EC 26 27 0 7 F1 47 4B
Octal 222 220 354 46 47 0 7 361 107 113
Binary 10010010 10010000 11101100 100110 100111 0 111 11110001 1000111 1001011

Color Harmonies of #9290EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9290EC

Black with #9290EC

Text Example


Text Example

White with #9290EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9290EC; }

 p { color: rgb(146,144,236); }

 H1.HeaderClassName
 {
   color: #9290EC;
 }
 .AnyTagClassName
 {
   color: #9290EC;
 }
</style>

background-color css

<style>
 a { background-color: #9290EC; }

 a { background-color: rgb(146,144,236); }

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

border-color css

<style>
 span { border-color: #9290EC; }

 span { border-color: rgb(146,144,236); }

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