Html Css Color HEX #754BFC Medium Slate Blue

📋 copy color: '#754BFC'

red 117 ◦ green 75 ◦ blue 252

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

Shades of Medium Slate Blue #754BFC

Tints of Medium Slate Blue #754BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.89%

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 26.35%
G = 16.89%
B = 56.76%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#754BFC (or 0x754BFC) is known color: Medium Slate Blue. HEX triplet: 75, 4B and FC. RGB value is (117,75,252). Sum of RGB (Red+Green+Blue) = 117+75+252=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #754BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BFC is #8AB403. Grayscale: #6B6B6B. Windows color (decimal): -9090052 or 16534389. OLE color: 16534389.

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

Color convert

RGB 117 75 252 -
CMYK 0.54 0.70 0 0.01
HSL 254.24º 0.97% 0.64% -
HSV(B) 254.24º 0.7% 0.99% -
XYZ 27.42 15.84 93.71 -
YUV 107.74 209.41 134.61 -
System Red Green Blue C M Y K H S L
Decimal 117 75 252 0.54 0.70 0 0.01 254.24 0.97 0.64
Hex 75 4B FC 36 46 0 1 FE 61 40
Octal 165 113 374 66 106 0 1 376 141 100
Binary 1110101 1001011 11111100 110110 1000110 0 1 11111110 1100001 1000000

Color Harmonies of #754BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BFC

Black with #754BFC

Text Example


Text Example

White with #754BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,75,252); }

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

background-color css

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

 a { background-color: rgb(117,75,252); }

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

border-color css

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

 span { border-color: rgb(117,75,252); }

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