Html Css Color HEX #754DEA Medium Slate Blue

📋 copy color: '#754DEA'

red 117 ◦ green 77 ◦ blue 234

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

Shades of Medium Slate Blue #754DEA

Tints of Medium Slate Blue #754DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 27.34%
G = 17.99%
B = 54.67%

CMYK

 C value IS 0.5

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#754DEA (or 0x754DEA) is known color: Medium Slate Blue. HEX triplet: 75, 4D and EA. RGB value is (117,77,234). Sum of RGB (Red+Green+Blue) = 117+77+234=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #754DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DEA is #8AB215. Grayscale: #6A6A6A. Windows color (decimal): -9089558 or 15355253. OLE color: 15355253.

HSL color Cylindrical-coordinate representation of color #754DEA: hue angle of 255.29º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754DEA is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 77 234 -
CMYK 0.5 0.67 0 0.08
HSL 255.29º 0.79% 0.61% -
HSV(B) 255.29º 0.67% 0.92% -
XYZ 24.84 15.03 79.43 -
YUV 106.86 199.75 135.23 -
System Red Green Blue C M Y K H S L
Decimal 117 77 234 0.5 0.67 0 0.08 255.29 0.79 0.61
Hex 75 4D EA 32 43 0 8 FF 4F 3D
Octal 165 115 352 62 103 0 10 377 117 75
Binary 1110101 1001101 11101010 110010 1000011 0 1000 11111111 1001111 111101

Color Harmonies of #754DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DEA

Black with #754DEA

Text Example


Text Example

White with #754DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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