Html Css Color HEX #754FF8 Medium Slate Blue

📋 copy color: '#754FF8'

red 117 ◦ green 79 ◦ blue 248

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

Shades of Medium Slate Blue #754FF8

Tints of Medium Slate Blue #754FF8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.79%

 BLUE value IS 248 (97.27% from 255) = 55.86%

R = 26.35%
G = 17.79%
B = 55.86%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#754FF8 (or 0x754FF8) is known color: Medium Slate Blue. HEX triplet: 75, 4F and F8. RGB value is (117,79,248). Sum of RGB (Red+Green+Blue) = 117+79+248=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #754FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FF8 is #8AB007. Grayscale: #6C6C6C. Windows color (decimal): -9089032 or 16273269. OLE color: 16273269.

HSL color Cylindrical-coordinate representation of color #754FF8: hue angle of 253.49º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754FF8 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 79 248 -
CMYK 0.53 0.68 0 0.03
HSL 253.49º 0.92% 0.64% -
HSV(B) 253.49º 0.68% 0.97% -
XYZ 27.08 16.15 90.5 -
YUV 109.63 206.09 133.26 -
System Red Green Blue C M Y K H S L
Decimal 117 79 248 0.53 0.68 0 0.03 253.49 0.92 0.64
Hex 75 4F F8 35 44 0 3 FD 5C 40
Octal 165 117 370 65 104 0 3 375 134 100
Binary 1110101 1001111 11111000 110101 1000100 0 11 11111101 1011100 1000000

Color Harmonies of #754FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FF8

Black with #754FF8

Text Example


Text Example

White with #754FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,79,248); }

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

background-color css

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

 a { background-color: rgb(117,79,248); }

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

border-color css

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

 span { border-color: rgb(117,79,248); }

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