Html Css Color HEX #755EFC Medium Slate Blue

📋 copy color: '#755EFC'

red 117 ◦ green 94 ◦ blue 252

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

Shades of Medium Slate Blue #755EFC

Tints of Medium Slate Blue #755EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.3%

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

R = 25.27%
G = 20.3%
B = 54.43%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#755EFC (or 0x755EFC) is known color: Medium Slate Blue. HEX triplet: 75, 5E and FC. RGB value is (117,94,252). Sum of RGB (Red+Green+Blue) = 117+94+252=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #755EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755EFC is #8AA103. Grayscale: #767676. Windows color (decimal): -9085188 or 16539253. OLE color: 16539253.

HSL color Cylindrical-coordinate representation of color #755EFC: hue angle of 248.73º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #755EFC is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 94 252 -
CMYK 0.54 0.63 0 0.01
HSL 248.73º 0.96% 0.68% -
HSV(B) 248.73º 0.63% 0.99% -
XYZ 28.91 18.82 94.2 -
YUV 118.89 203.12 126.65 -
System Red Green Blue C M Y K H S L
Decimal 117 94 252 0.54 0.63 0 0.01 248.73 0.96 0.68
Hex 75 5E FC 36 3F 0 1 F9 60 44
Octal 165 136 374 66 77 0 1 371 140 104
Binary 1110101 1011110 11111100 110110 111111 0 1 11111001 1100000 1000100

Color Harmonies of #755EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EFC

Black with #755EFC

Text Example


Text Example

White with #755EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755EFC; }

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

 H1.HeaderClassName
 {
   color: #755EFC;
 }
 .AnyTagClassName
 {
   color: #755EFC;
 }
</style>

background-color css

<style>
 a { background-color: #755EFC; }

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

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

border-color css

<style>
 span { border-color: #755EFC; }

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

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