Html Css Color HEX #9294E9 Portage

📋 copy color: '#9294E9'

red 146 ◦ green 148 ◦ blue 233

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

Shades of Portage #9294E9

Tints of Portage #9294E9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.08%

 BLUE value IS 233 (91.41% from 255) = 44.21%

R = 27.7%
G = 28.08%
B = 44.21%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9294E9 (or 0x9294E9) is known color: Portage. HEX triplet: 92, 94 and E9. RGB value is (146,148,233). Sum of RGB (Red+Green+Blue) = 146+148+233=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #9294E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9294E9 is #6D6B16. Grayscale: #9C9C9C. Windows color (decimal): -7170839 or 15307922. OLE color: 15307922.

HSL color Cylindrical-coordinate representation of color #9294E9: hue angle of 238.62º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9294E9 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 148 233 -
CMYK 0.37 0.36 0 0.09
HSL 238.62º 0.66% 0.74% -
HSV(B) 238.62º 0.37% 0.91% -
XYZ 37.15 33.17 81.54 -
YUV 157.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 146 148 233 0.37 0.36 0 0.09 238.62 0.66 0.74
Hex 92 94 E9 25 24 0 9 EF 42 4A
Octal 222 224 351 45 44 0 11 357 102 112
Binary 10010010 10010100 11101001 100101 100100 0 1001 11101111 1000010 1001010

Color Harmonies of #9294E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9294E9

Black with #9294E9

Text Example


Text Example

White with #9294E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9294E9; }

 p { color: rgb(146,148,233); }

 H1.HeaderClassName
 {
   color: #9294E9;
 }
 .AnyTagClassName
 {
   color: #9294E9;
 }
</style>

background-color css

<style>
 a { background-color: #9294E9; }

 a { background-color: rgb(146,148,233); }

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

border-color css

<style>
 span { border-color: #9294E9; }

 span { border-color: rgb(146,148,233); }

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