Html Css Color HEX #754AFE Medium Slate Blue

📋 copy color: '#754AFE'

red 117 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #754AFE

Tints of Medium Slate Blue #754AFE

RGB

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

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

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

R = 26.29%
G = 16.63%
B = 57.08%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#754AFE (or 0x754AFE) is known color: Medium Slate Blue. HEX triplet: 75, 4A and FE. RGB value is (117,74,254). Sum of RGB (Red+Green+Blue) = 117+74+254=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #754AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AFE is #8AB501. Grayscale: #6A6A6A. Windows color (decimal): -9090306 or 16665205. OLE color: 16665205.

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

Color convert

RGB 117 74 254 -
CMYK 0.54 0.71 0 0.00
HSL 254.33º 0.99% 0.64% -
HSV(B) 254.33º 0.71% 1% -
XYZ 27.67 15.84 95.36 -
YUV 107.38 210.75 134.86 -
System Red Green Blue C M Y K H S L
Decimal 117 74 254 0.54 0.71 0 0.00 254.33 0.99 0.64
Hex 75 4A FE 36 47 0 0 FE 63 40
Octal 165 112 376 66 107 0 0 376 143 100
Binary 1110101 1001010 11111110 110110 1000111 0 0 11111110 1100011 1000000

Color Harmonies of #754AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754AFE

Black with #754AFE

Text Example


Text Example

White with #754AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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