Html Css Color HEX #755EF8 Medium Slate Blue

📋 copy color: '#755EF8'

red 117 ◦ green 94 ◦ blue 248

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

Shades of Medium Slate Blue #755EF8

Tints of Medium Slate Blue #755EF8

RGB

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

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

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

R = 25.49%
G = 20.48%
B = 54.03%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#755EF8 (or 0x755EF8) is known color: Medium Slate Blue. HEX triplet: 75, 5E and F8. RGB value is (117,94,248). Sum of RGB (Red+Green+Blue) = 117+94+248=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #755EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755EF8 is #8AA107. Grayscale: #757575. Windows color (decimal): -9085192 or 16277109. OLE color: 16277109.

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

Color convert

RGB 117 94 248 -
CMYK 0.53 0.62 0 0.03
HSL 248.96º 0.92% 0.67% -
HSV(B) 248.96º 0.62% 0.97% -
XYZ 28.28 18.56 90.9 -
YUV 118.43 201.12 126.98 -
System Red Green Blue C M Y K H S L
Decimal 117 94 248 0.53 0.62 0 0.03 248.96 0.92 0.67
Hex 75 5E F8 35 3E 0 3 F9 5C 43
Octal 165 136 370 65 76 0 3 371 134 103
Binary 1110101 1011110 11111000 110101 111110 0 11 11111001 1011100 1000011

Color Harmonies of #755EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EF8

Black with #755EF8

Text Example


Text Example

White with #755EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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