Html Css Color HEX #754CEB Medium Slate Blue

📋 copy color: '#754CEB'

red 117 ◦ green 76 ◦ blue 235

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

Shades of Medium Slate Blue #754CEB

Tints of Medium Slate Blue #754CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 27.34%
G = 17.76%
B = 54.91%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#754CEB (or 0x754CEB) is known color: Medium Slate Blue. HEX triplet: 75, 4C and EB. RGB value is (117,76,235). Sum of RGB (Red+Green+Blue) = 117+76+235=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #754CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CEB is #8AB314. Grayscale: #696969. Windows color (decimal): -9089813 or 15420533. OLE color: 15420533.

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

Color convert

RGB 117 76 235 -
CMYK 0.50 0.68 0 0.08
HSL 255.47º 0.8% 0.61% -
HSV(B) 255.47º 0.68% 0.92% -
XYZ 24.92 14.95 80.17 -
YUV 106.39 200.58 135.57 -
System Red Green Blue C M Y K H S L
Decimal 117 76 235 0.50 0.68 0 0.08 255.47 0.8 0.61
Hex 75 4C EB 32 44 0 8 FF 50 3D
Octal 165 114 353 62 104 0 10 377 120 75
Binary 1110101 1001100 11101011 110010 1000100 0 1000 11111111 1010000 111101

Color Harmonies of #754CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CEB

Black with #754CEB

Text Example


Text Example

White with #754CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,235); }

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

background-color css

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

 a { background-color: rgb(117,76,235); }

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

border-color css

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

 span { border-color: rgb(117,76,235); }

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