Html Css Color HEX #755BED Medium Slate Blue

📋 copy color: '#755BED'

red 117 ◦ green 91 ◦ blue 237

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

Shades of Medium Slate Blue #755BED

Tints of Medium Slate Blue #755BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.45%

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 26.29%
G = 20.45%
B = 53.26%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#755BED (or 0x755BED) is known color: Medium Slate Blue. HEX triplet: 75, 5B and ED. RGB value is (117,91,237). Sum of RGB (Red+Green+Blue) = 117+91+237=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #755BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BED is #8AA412. Grayscale: #727272. Windows color (decimal): -9085971 or 15555445. OLE color: 15555445.

HSL color Cylindrical-coordinate representation of color #755BED: hue angle of 250.68º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755BED is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 91 237 -
CMYK 0.51 0.62 0 0.07
HSL 250.68º 0.8% 0.64% -
HSV(B) 250.68º 0.62% 0.93% -
XYZ 26.36 17.38 82.09 -
YUV 115.42 196.61 129.13 -
System Red Green Blue C M Y K H S L
Decimal 117 91 237 0.51 0.62 0 0.07 250.68 0.8 0.64
Hex 75 5B ED 33 3E 0 7 FB 50 40
Octal 165 133 355 63 76 0 7 373 120 100
Binary 1110101 1011011 11101101 110011 111110 0 111 11111011 1010000 1000000

Color Harmonies of #755BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BED

Black with #755BED

Text Example


Text Example

White with #755BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,237); }

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

background-color css

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

 a { background-color: rgb(117,91,237); }

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

border-color css

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

 span { border-color: rgb(117,91,237); }

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