Html Css Color HEX #9053F3 Medium Slate Blue

📋 copy color: '#9053F3'

red 144 ◦ green 83 ◦ blue 243

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

Shades of Medium Slate Blue #9053F3

Tints of Medium Slate Blue #9053F3

RGB

 RED value IS 144 (56.64% from 255) = 30.64%

 GREEN value IS 83 (32.81% from 255) = 17.66%

 BLUE value IS 243 (95.31% from 255) = 51.7%

R = 30.64%
G = 17.66%
B = 51.7%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9053F3 (or 0x9053F3) is known color: Medium Slate Blue. HEX triplet: 90, 53 and F3. RGB value is (144,83,243). Sum of RGB (Red+Green+Blue) = 144+83+243=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #9053F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9053F3 is #6FAC0C. Grayscale: #767676. Windows color (decimal): -7318541 or 15946640. OLE color: 15946640.

HSL color Cylindrical-coordinate representation of color #9053F3: hue angle of 262.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9053F3 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 83 243 -
CMYK 0.41 0.66 0 0.05
HSL 262.88º 0.87% 0.64% -
HSV(B) 262.88º 0.66% 0.95% -
XYZ 30.77 18.59 86.76 -
YUV 119.48 197.71 145.49 -
System Red Green Blue C M Y K H S L
Decimal 144 83 243 0.41 0.66 0 0.05 262.88 0.87 0.64
Hex 90 53 F3 29 42 0 5 107 57 40
Octal 220 123 363 51 102 0 5 407 127 100
Binary 10010000 1010011 11110011 101001 1000010 0 101 100000111 1010111 1000000

Color Harmonies of #9053F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053F3

Black with #9053F3

Text Example


Text Example

White with #9053F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9053F3; }

 p { color: rgb(144,83,243); }

 H1.HeaderClassName
 {
   color: #9053F3;
 }
 .AnyTagClassName
 {
   color: #9053F3;
 }
</style>

background-color css

<style>
 a { background-color: #9053F3; }

 a { background-color: rgb(144,83,243); }

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

border-color css

<style>
 span { border-color: #9053F3; }

 span { border-color: rgb(144,83,243); }

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