Html Css Color HEX #754CF8 Medium Slate Blue

📋 copy color: '#754CF8'

red 117 ◦ green 76 ◦ blue 248

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

Shades of Medium Slate Blue #754CF8

Tints of Medium Slate Blue #754CF8

RGB

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

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

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

R = 26.53%
G = 17.23%
B = 56.24%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#754CF8 (or 0x754CF8) is known color: Medium Slate Blue. HEX triplet: 75, 4C and F8. RGB value is (117,76,248). Sum of RGB (Red+Green+Blue) = 117+76+248=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #754CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CF8 is #8AB307. Grayscale: #6B6B6B. Windows color (decimal): -9089800 or 16272501. OLE color: 16272501.

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

Color convert

RGB 117 76 248 -
CMYK 0.53 0.69 0 0.03
HSL 254.3º 0.92% 0.64% -
HSV(B) 254.3º 0.69% 0.97% -
XYZ 26.86 15.73 90.43 -
YUV 107.87 207.08 134.51 -
System Red Green Blue C M Y K H S L
Decimal 117 76 248 0.53 0.69 0 0.03 254.3 0.92 0.64
Hex 75 4C F8 35 45 0 3 FE 5C 40
Octal 165 114 370 65 105 0 3 376 134 100
Binary 1110101 1001100 11111000 110101 1000101 0 11 11111110 1011100 1000000

Color Harmonies of #754CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CF8

Black with #754CF8

Text Example


Text Example

White with #754CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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