Html Css Color HEX #9193E0 Portage

📋 copy color: '#9193E0'

red 145 ◦ green 147 ◦ blue 224

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

Shades of Portage #9193E0

Tints of Portage #9193E0

RGB

 RED value IS 145 (57.03% from 255) = 28.1%

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

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

R = 28.1%
G = 28.49%
B = 43.41%

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

#9193E0 (or 0x9193E0) is known color: Portage. HEX triplet: 91, 93 and E0. RGB value is (145,147,224). Sum of RGB (Red+Green+Blue) = 145+147+224=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #9193E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9193E0 is #6E6C1F. Grayscale: #9A9A9A. Windows color (decimal): -7236640 or 14717841. OLE color: 14717841.

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

Color convert

RGB 145 147 224 -
CMYK 0.35 0.34 0 0.12
HSL 238.48º 0.56% 0.72% -
HSV(B) 238.48º 0.35% 0.88% -
XYZ 35.57 32.27 74.88 -
YUV 155.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 145 147 224 0.35 0.34 0 0.12 238.48 0.56 0.72
Hex 91 93 E0 23 22 0 C EE 38 48
Octal 221 223 340 43 42 0 14 356 70 110
Binary 10010001 10010011 11100000 100011 100010 0 1100 11101110 111000 1001000

Color Harmonies of #9193E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9193E0

Black with #9193E0

Text Example


Text Example

White with #9193E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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