Html Css Color HEX #7550EB Medium Slate Blue

📋 copy color: '#7550EB'

red 117 ◦ green 80 ◦ blue 235

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

Shades of Medium Slate Blue #7550EB

Tints of Medium Slate Blue #7550EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

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

R = 27.08%
G = 18.52%
B = 54.4%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7550EB (or 0x7550EB) is known color: Medium Slate Blue. HEX triplet: 75, 50 and EB. RGB value is (117,80,235). Sum of RGB (Red+Green+Blue) = 117+80+235=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #7550EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7550EB is #8AAF14. Grayscale: #6C6C6C. Windows color (decimal): -9088789 or 15421557. OLE color: 15421557.

HSL color Cylindrical-coordinate representation of color #7550EB: hue angle of 254.32º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7550EB is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 80 235 -
CMYK 0.50 0.66 0 0.08
HSL 254.32º 0.79% 0.62% -
HSV(B) 254.32º 0.66% 0.92% -
XYZ 25.2 15.52 80.26 -
YUV 108.73 199.26 133.9 -
System Red Green Blue C M Y K H S L
Decimal 117 80 235 0.50 0.66 0 0.08 254.32 0.79 0.62
Hex 75 50 EB 32 42 0 8 FE 4F 3E
Octal 165 120 353 62 102 0 10 376 117 76
Binary 1110101 1010000 11101011 110010 1000010 0 1000 11111110 1001111 111110

Color Harmonies of #7550EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7550EB

Black with #7550EB

Text Example


Text Example

White with #7550EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7550EB; }

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

 H1.HeaderClassName
 {
   color: #7550EB;
 }
 .AnyTagClassName
 {
   color: #7550EB;
 }
</style>

background-color css

<style>
 a { background-color: #7550EB; }

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

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

border-color css

<style>
 span { border-color: #7550EB; }

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

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