Html Css Color HEX #754AEA Medium Slate Blue

📋 copy color: '#754AEA'

red 117 ◦ green 74 ◦ blue 234

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

Shades of Medium Slate Blue #754AEA

Tints of Medium Slate Blue #754AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

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

R = 27.53%
G = 17.41%
B = 55.06%

CMYK

 C value IS 0.5

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#754AEA (or 0x754AEA) is known color: Medium Slate Blue. HEX triplet: 75, 4A and EA. RGB value is (117,74,234). Sum of RGB (Red+Green+Blue) = 117+74+234=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #754AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AEA is #8AB515. Grayscale: #686868. Windows color (decimal): -9090326 or 15354485. OLE color: 15354485.

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

Color convert

RGB 117 74 234 -
CMYK 0.5 0.68 0 0.08
HSL 256.13º 0.79% 0.6% -
HSV(B) 256.13º 0.68% 0.92% -
XYZ 24.64 14.62 79.37 -
YUV 105.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 117 74 234 0.5 0.68 0 0.08 256.13 0.79 0.6
Hex 75 4A EA 32 44 0 8 100 4F 3C
Octal 165 112 352 62 104 0 10 400 117 74
Binary 1110101 1001010 11101010 110010 1000100 0 1000 100000000 1001111 111100

Color Harmonies of #754AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754AEA

Black with #754AEA

Text Example


Text Example

White with #754AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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