Html Css Color HEX #755FEB Medium Slate Blue

📋 copy color: '#755FEB'

red 117 ◦ green 95 ◦ blue 235

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

Shades of Medium Slate Blue #755FEB

Tints of Medium Slate Blue #755FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.25%

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 26.17%
G = 21.25%
B = 52.57%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#755FEB (or 0x755FEB) is known color: Medium Slate Blue. HEX triplet: 75, 5F and EB. RGB value is (117,95,235). Sum of RGB (Red+Green+Blue) = 117+95+235=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #755FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FEB is #8AA014. Grayscale: #757575. Windows color (decimal): -9084949 or 15425397. OLE color: 15425397.

HSL color Cylindrical-coordinate representation of color #755FEB: hue angle of 249.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755FEB is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 95 235 -
CMYK 0.50 0.60 0 0.08
HSL 249.43º 0.78% 0.65% -
HSV(B) 249.43º 0.6% 0.92% -
XYZ 26.42 17.96 80.67 -
YUV 117.54 194.29 127.62 -
System Red Green Blue C M Y K H S L
Decimal 117 95 235 0.50 0.60 0 0.08 249.43 0.78 0.65
Hex 75 5F EB 32 3C 0 8 F9 4E 41
Octal 165 137 353 62 74 0 10 371 116 101
Binary 1110101 1011111 11101011 110010 111100 0 1000 11111001 1001110 1000001

Color Harmonies of #755FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FEB

Black with #755FEB

Text Example


Text Example

White with #755FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,235); }

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

background-color css

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

 a { background-color: rgb(117,95,235); }

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

border-color css

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

 span { border-color: rgb(117,95,235); }

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