Html Css Color HEX #9293E0 Portage

📋 copy color: '#9293E0'

red 146 ◦ green 147 ◦ blue 224

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

Shades of Portage #9293E0

Tints of Portage #9293E0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.43%

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 28.24%
G = 28.43%
B = 43.33%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9293E0 (or 0x9293E0) is known color: Portage. HEX triplet: 92, 93 and E0. RGB value is (146,147,224). Sum of RGB (Red+Green+Blue) = 146+147+224=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #9293E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9293E0 is #6D6C1F. Grayscale: #9B9B9B. Windows color (decimal): -7171104 or 14717842. OLE color: 14717842.

HSL color Cylindrical-coordinate representation of color #9293E0: hue angle of 239.23º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9293E0 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 146 147 224 -
CMYK 0.35 0.34 0 0.12
HSL 239.23º 0.56% 0.73% -
HSV(B) 239.23º 0.35% 0.88% -
XYZ 35.74 32.36 74.88 -
YUV 155.48 166.67 121.24 -
System Red Green Blue C M Y K H S L
Decimal 146 147 224 0.35 0.34 0 0.12 239.23 0.56 0.73
Hex 92 93 E0 23 22 0 C EF 38 49
Octal 222 223 340 43 42 0 14 357 70 111
Binary 10010010 10010011 11100000 100011 100010 0 1100 11101111 111000 1001001

Color Harmonies of #9293E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9293E0

Black with #9293E0

Text Example


Text Example

White with #9293E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9293E0; }

 p { color: rgb(146,147,224); }

 H1.HeaderClassName
 {
   color: #9293E0;
 }
 .AnyTagClassName
 {
   color: #9293E0;
 }
</style>

background-color css

<style>
 a { background-color: #9293E0; }

 a { background-color: rgb(146,147,224); }

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

border-color css

<style>
 span { border-color: #9293E0; }

 span { border-color: rgb(146,147,224); }

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