Html Css Color HEX #755EFB Medium Slate Blue

📋 copy color: '#755EFB'

red 117 ◦ green 94 ◦ blue 251

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

Shades of Medium Slate Blue #755EFB

Tints of Medium Slate Blue #755EFB

RGB

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

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

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

R = 25.32%
G = 20.35%
B = 54.33%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#755EFB (or 0x755EFB) is known color: Medium Slate Blue. HEX triplet: 75, 5E and FB. RGB value is (117,94,251). Sum of RGB (Red+Green+Blue) = 117+94+251=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #755EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755EFB is #8AA104. Grayscale: #767676. Windows color (decimal): -9085189 or 16473717. OLE color: 16473717.

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

Color convert

RGB 117 94 251 -
CMYK 0.53 0.63 0 0.02
HSL 248.79º 0.95% 0.68% -
HSV(B) 248.79º 0.63% 0.98% -
XYZ 28.75 18.75 93.37 -
YUV 118.78 202.62 126.73 -
System Red Green Blue C M Y K H S L
Decimal 117 94 251 0.53 0.63 0 0.02 248.79 0.95 0.68
Hex 75 5E FB 35 3F 0 2 F9 5F 44
Octal 165 136 373 65 77 0 2 371 137 104
Binary 1110101 1011110 11111011 110101 111111 0 10 11111001 1011111 1000100

Color Harmonies of #755EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EFB

Black with #755EFB

Text Example


Text Example

White with #755EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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