Html Css Color HEX #9290DD Portage

📋 copy color: '#9290DD'

red 146 ◦ green 144 ◦ blue 221

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

Shades of Portage #9290DD

Tints of Portage #9290DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 28.57%
G = 28.18%
B = 43.25%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9290DD (or 0x9290DD) is known color: Portage. HEX triplet: 92, 90 and DD. RGB value is (146,144,221). Sum of RGB (Red+Green+Blue) = 146+144+221=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #9290DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290DD is #6D6F22. Grayscale: #999999. Windows color (decimal): -7171875 or 14520466. OLE color: 14520466.

HSL color Cylindrical-coordinate representation of color #9290DD: hue angle of 241.56º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9290DD is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 144 221 -
CMYK 0.34 0.35 0 0.13
HSL 241.56º 0.53% 0.72% -
HSV(B) 241.56º 0.35% 0.87% -
XYZ 34.88 31.28 72.61 -
YUV 153.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 146 144 221 0.34 0.35 0 0.13 241.56 0.53 0.72
Hex 92 90 DD 22 23 0 D F2 35 48
Octal 222 220 335 42 43 0 15 362 65 110
Binary 10010010 10010000 11011101 100010 100011 0 1101 11110010 110101 1001000

Color Harmonies of #9290DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9290DD

Black with #9290DD

Text Example


Text Example

White with #9290DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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