Html Css Color HEX #9293DD Portage

📋 copy color: '#9293DD'

red 146 ◦ green 147 ◦ blue 221

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

Shades of Portage #9293DD

Tints of Portage #9293DD

RGB

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

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

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

R = 28.4%
G = 28.6%
B = 43%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9293DD (or 0x9293DD) is known color: Portage. HEX triplet: 92, 93 and DD. RGB value is (146,147,221). Sum of RGB (Red+Green+Blue) = 146+147+221=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #9293DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9293DD is #6D6C22. Grayscale: #9A9A9A. Windows color (decimal): -7171107 or 14521234. OLE color: 14521234.

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

Color convert

RGB 146 147 221 -
CMYK 0.34 0.33 0 0.13
HSL 239.2º 0.52% 0.72% -
HSV(B) 239.2º 0.34% 0.87% -
XYZ 35.34 32.2 72.76 -
YUV 155.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 146 147 221 0.34 0.33 0 0.13 239.2 0.52 0.72
Hex 92 93 DD 22 21 0 D EF 34 48
Octal 222 223 335 42 41 0 15 357 64 110
Binary 10010010 10010011 11011101 100010 100001 0 1101 11101111 110100 1001000

Color Harmonies of #9293DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9293DD

Black with #9293DD

Text Example


Text Example

White with #9293DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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