Html Css Color HEX #754DEE Medium Slate Blue

📋 copy color: '#754DEE'

red 117 ◦ green 77 ◦ blue 238

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

Shades of Medium Slate Blue #754DEE

Tints of Medium Slate Blue #754DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.09%

R = 27.08%
G = 17.82%
B = 55.09%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#754DEE (or 0x754DEE) is known color: Medium Slate Blue. HEX triplet: 75, 4D and EE. RGB value is (117,77,238). Sum of RGB (Red+Green+Blue) = 117+77+238=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #754DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DEE is #8AB211. Grayscale: #6A6A6A. Windows color (decimal): -9089554 or 15617397. OLE color: 15617397.

HSL color Cylindrical-coordinate representation of color #754DEE: hue angle of 254.91º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754DEE is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 77 238 -
CMYK 0.51 0.68 0 0.07
HSL 254.91º 0.83% 0.62% -
HSV(B) 254.91º 0.68% 0.93% -
XYZ 25.42 15.26 82.5 -
YUV 107.31 201.75 134.91 -
System Red Green Blue C M Y K H S L
Decimal 117 77 238 0.51 0.68 0 0.07 254.91 0.83 0.62
Hex 75 4D EE 33 44 0 7 FF 53 3E
Octal 165 115 356 63 104 0 7 377 123 76
Binary 1110101 1001101 11101110 110011 1000100 0 111 11111111 1010011 111110

Color Harmonies of #754DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DEE

Black with #754DEE

Text Example


Text Example

White with #754DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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