Html Css Color HEX #9290E0 Portage

📋 copy color: '#9290E0'

red 146 ◦ green 144 ◦ blue 224

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

Shades of Portage #9290E0

Tints of Portage #9290E0

RGB

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

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

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

R = 28.4%
G = 28.02%
B = 43.58%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9290E0 (or 0x9290E0) is known color: Portage. HEX triplet: 92, 90 and E0. RGB value is (146,144,224). Sum of RGB (Red+Green+Blue) = 146+144+224=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #9290E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290E0 is #6D6F1F. Grayscale: #999999. Windows color (decimal): -7171872 or 14717074. OLE color: 14717074.

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

Color convert

RGB 146 144 224 -
CMYK 0.35 0.36 0 0.12
HSL 241.5º 0.56% 0.72% -
HSV(B) 241.5º 0.36% 0.88% -
XYZ 35.28 31.44 74.73 -
YUV 153.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 146 144 224 0.35 0.36 0 0.12 241.5 0.56 0.72
Hex 92 90 E0 23 24 0 C F2 38 48
Octal 222 220 340 43 44 0 14 362 70 110
Binary 10010010 10010000 11100000 100011 100100 0 1100 11110010 111000 1001000

Color Harmonies of #9290E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9290E0

Black with #9290E0

Text Example


Text Example

White with #9290E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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