Html Css Color HEX #755DE8 Medium Slate Blue

📋 copy color: '#755DE8'

red 117 ◦ green 93 ◦ blue 232

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

Shades of Medium Slate Blue #755DE8

Tints of Medium Slate Blue #755DE8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.04%

 BLUE value IS 232 (91.02% from 255) = 52.49%

R = 26.47%
G = 21.04%
B = 52.49%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#755DE8 (or 0x755DE8) is known color: Medium Slate Blue. HEX triplet: 75, 5D and E8. RGB value is (117,93,232). Sum of RGB (Red+Green+Blue) = 117+93+232=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #755DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DE8 is #8AA217. Grayscale: #737373. Windows color (decimal): -9085464 or 15228277. OLE color: 15228277.

HSL color Cylindrical-coordinate representation of color #755DE8: hue angle of 250.36º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755DE8 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 93 232 -
CMYK 0.50 0.60 0 0.09
HSL 250.36º 0.75% 0.64% -
HSV(B) 250.36º 0.6% 0.91% -
XYZ 25.82 17.44 78.35 -
YUV 116.02 193.45 128.7 -
System Red Green Blue C M Y K H S L
Decimal 117 93 232 0.50 0.60 0 0.09 250.36 0.75 0.64
Hex 75 5D E8 32 3C 0 9 FA 4B 40
Octal 165 135 350 62 74 0 11 372 113 100
Binary 1110101 1011101 11101000 110010 111100 0 1001 11111010 1001011 1000000

Color Harmonies of #755DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DE8

Black with #755DE8

Text Example


Text Example

White with #755DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,93,232); }

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

background-color css

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

 a { background-color: rgb(117,93,232); }

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

border-color css

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

 span { border-color: rgb(117,93,232); }

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