Html Css Color HEX #754BEA Medium Slate Blue

📋 copy color: '#754BEA'

red 117 ◦ green 75 ◦ blue 234

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

Shades of Medium Slate Blue #754BEA

Tints of Medium Slate Blue #754BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.61%

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

R = 27.46%
G = 17.61%
B = 54.93%

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

#754BEA (or 0x754BEA) is known color: Medium Slate Blue. HEX triplet: 75, 4B and EA. RGB value is (117,75,234). Sum of RGB (Red+Green+Blue) = 117+75+234=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #754BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BEA is #8AB415. Grayscale: #696969. Windows color (decimal): -9090070 or 15354741. OLE color: 15354741.

HSL color Cylindrical-coordinate representation of color #754BEA: hue angle of 255.85º degrees, saturation: 0.79, 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 #754BEA is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 75 234 -
CMYK 0.5 0.68 0 0.08
HSL 255.85º 0.79% 0.61% -
HSV(B) 255.85º 0.68% 0.92% -
XYZ 24.7 14.75 79.39 -
YUV 105.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 117 75 234 0.5 0.68 0 0.08 255.85 0.79 0.61
Hex 75 4B EA 32 44 0 8 100 4F 3D
Octal 165 113 352 62 104 0 10 400 117 75
Binary 1110101 1001011 11101010 110010 1000100 0 1000 100000000 1001111 111101

Color Harmonies of #754BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BEA

Black with #754BEA

Text Example


Text Example

White with #754BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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