Html Css Color HEX #754EEA Medium Slate Blue

📋 copy color: '#754EEA'

red 117 ◦ green 78 ◦ blue 234

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

Shades of Medium Slate Blue #754EEA

Tints of Medium Slate Blue #754EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.18%

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

R = 27.27%
G = 18.18%
B = 54.55%

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

#754EEA (or 0x754EEA) is known color: Medium Slate Blue. HEX triplet: 75, 4E and EA. RGB value is (117,78,234). Sum of RGB (Red+Green+Blue) = 117+78+234=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #754EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EEA is #8AB115. Grayscale: #6A6A6A. Windows color (decimal): -9089302 or 15355509. OLE color: 15355509.

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

Color convert

RGB 117 78 234 -
CMYK 0.5 0.67 0 0.08
HSL 255º 0.79% 0.61% -
HSV(B) 255º 0.67% 0.92% -
XYZ 24.91 15.17 79.46 -
YUV 107.45 199.42 134.82 -
System Red Green Blue C M Y K H S L
Decimal 117 78 234 0.5 0.67 0 0.08 255 0.79 0.61
Hex 75 4E EA 32 43 0 8 FF 4F 3D
Octal 165 116 352 62 103 0 10 377 117 75
Binary 1110101 1001110 11101010 110010 1000011 0 1000 11111111 1001111 111101

Color Harmonies of #754EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EEA

Black with #754EEA

Text Example


Text Example

White with #754EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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