Html Css Color HEX #754CFE Medium Slate Blue

📋 copy color: '#754CFE'

red 117 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #754CFE

Tints of Medium Slate Blue #754CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 26.17%
G = 17%
B = 56.82%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#754CFE (or 0x754CFE) is known color: Medium Slate Blue. HEX triplet: 75, 4C and FE. RGB value is (117,76,254). Sum of RGB (Red+Green+Blue) = 117+76+254=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #754CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CFE is #8AB301. Grayscale: #6B6B6B. Windows color (decimal): -9089794 or 16665717. OLE color: 16665717.

HSL color Cylindrical-coordinate representation of color #754CFE: hue angle of 253.82º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754CFE is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 76 254 -
CMYK 0.54 0.70 0 0.00
HSL 253.82º 0.99% 0.65% -
HSV(B) 253.82º 0.7% 1% -
XYZ 27.81 16.11 95.41 -
YUV 108.55 210.08 134.03 -
System Red Green Blue C M Y K H S L
Decimal 117 76 254 0.54 0.70 0 0.00 253.82 0.99 0.65
Hex 75 4C FE 36 46 0 0 FE 63 41
Octal 165 114 376 66 106 0 0 376 143 101
Binary 1110101 1001100 11111110 110110 1000110 0 0 11111110 1100011 1000001

Color Harmonies of #754CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CFE

Black with #754CFE

Text Example


Text Example

White with #754CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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