Html Css Color HEX #934FFA Medium Slate Blue

📋 copy color: '#934FFA'

red 147 ◦ green 79 ◦ blue 250

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

Shades of Medium Slate Blue #934FFA

Tints of Medium Slate Blue #934FFA

RGB

 RED value IS 147 (57.81% from 255) = 30.88%

 GREEN value IS 79 (31.25% from 255) = 16.6%

 BLUE value IS 250 (98.05% from 255) = 52.52%

R = 30.88%
G = 16.6%
B = 52.52%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#934FFA (or 0x934FFA) is known color: Medium Slate Blue. HEX triplet: 93, 4F and FA. RGB value is (147,79,250). Sum of RGB (Red+Green+Blue) = 147+79+250=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #934FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934FFA is #6CB005. Grayscale: #767676. Windows color (decimal): -7122950 or 16404371. OLE color: 16404371.

HSL color Cylindrical-coordinate representation of color #934FFA: hue angle of 263.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #934FFA is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 79 250 -
CMYK 0.41 0.68 0 0.02
HSL 263.86º 0.94% 0.65% -
HSV(B) 263.86º 0.68% 0.98% -
XYZ 32.08 18.7 92.36 -
YUV 118.83 202.03 148.1 -
System Red Green Blue C M Y K H S L
Decimal 147 79 250 0.41 0.68 0 0.02 263.86 0.94 0.65
Hex 93 4F FA 29 44 0 2 108 5E 41
Octal 223 117 372 51 104 0 2 410 136 101
Binary 10010011 1001111 11111010 101001 1000100 0 10 100001000 1011110 1000001

Color Harmonies of #934FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934FFA

Black with #934FFA

Text Example


Text Example

White with #934FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934FFA; }

 p { color: rgb(147,79,250); }

 H1.HeaderClassName
 {
   color: #934FFA;
 }
 .AnyTagClassName
 {
   color: #934FFA;
 }
</style>

background-color css

<style>
 a { background-color: #934FFA; }

 a { background-color: rgb(147,79,250); }

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

border-color css

<style>
 span { border-color: #934FFA; }

 span { border-color: rgb(147,79,250); }

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