Html Css Color HEX #755BFB Medium Slate Blue

📋 copy color: '#755BFB'

red 117 ◦ green 91 ◦ blue 251

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

Shades of Medium Slate Blue #755BFB

Tints of Medium Slate Blue #755BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 25.49%
G = 19.83%
B = 54.68%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#755BFB (or 0x755BFB) is known color: Medium Slate Blue. HEX triplet: 75, 5B and FB. RGB value is (117,91,251). Sum of RGB (Red+Green+Blue) = 117+91+251=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #755BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BFB is #8AA404. Grayscale: #747474. Windows color (decimal): -9085957 or 16472949. OLE color: 16472949.

HSL color Cylindrical-coordinate representation of color #755BFB: hue angle of 249.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755BFB is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 91 251 -
CMYK 0.53 0.64 0 0.02
HSL 249.75º 0.95% 0.67% -
HSV(B) 249.75º 0.64% 0.98% -
XYZ 28.49 18.23 93.28 -
YUV 117.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 117 91 251 0.53 0.64 0 0.02 249.75 0.95 0.67
Hex 75 5B FB 35 40 0 2 FA 5F 43
Octal 165 133 373 65 100 0 2 372 137 103
Binary 1110101 1011011 11111011 110101 1000000 0 10 11111010 1011111 1000011

Color Harmonies of #755BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BFB

Black with #755BFB

Text Example


Text Example

White with #755BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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