Html Css Color HEX #754DE9 Medium Slate Blue

📋 copy color: '#754DE9'

red 117 ◦ green 77 ◦ blue 233

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

Shades of Medium Slate Blue #754DE9

Tints of Medium Slate Blue #754DE9

RGB

 RED value IS 117 (46.09% from 255) = 27.4%

 GREEN value IS 77 (30.47% from 255) = 18.03%

 BLUE value IS 233 (91.41% from 255) = 54.57%

R = 27.4%
G = 18.03%
B = 54.57%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#754DE9 (or 0x754DE9) is known color: Medium Slate Blue. HEX triplet: 75, 4D and E9. RGB value is (117,77,233). Sum of RGB (Red+Green+Blue) = 117+77+233=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #754DE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DE9 is #8AB216. Grayscale: #6A6A6A. Windows color (decimal): -9089559 or 15289717. OLE color: 15289717.

HSL color Cylindrical-coordinate representation of color #754DE9: hue angle of 255.38º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754DE9 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 77 233 -
CMYK 0.50 0.67 0 0.09
HSL 255.38º 0.78% 0.61% -
HSV(B) 255.38º 0.67% 0.91% -
XYZ 24.7 14.97 78.68 -
YUV 106.74 199.25 135.32 -
System Red Green Blue C M Y K H S L
Decimal 117 77 233 0.50 0.67 0 0.09 255.38 0.78 0.61
Hex 75 4D E9 32 43 0 9 FF 4E 3D
Octal 165 115 351 62 103 0 11 377 116 75
Binary 1110101 1001101 11101001 110010 1000011 0 1001 11111111 1001110 111101

Color Harmonies of #754DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DE9

Black with #754DE9

Text Example


Text Example

White with #754DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754DE9; }

 p { color: rgb(117,77,233); }

 H1.HeaderClassName
 {
   color: #754DE9;
 }
 .AnyTagClassName
 {
   color: #754DE9;
 }
</style>

background-color css

<style>
 a { background-color: #754DE9; }

 a { background-color: rgb(117,77,233); }

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

border-color css

<style>
 span { border-color: #754DE9; }

 span { border-color: rgb(117,77,233); }

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