Html Css Color HEX #755CE7 Medium Slate Blue

📋 copy color: '#755CE7'

red 117 ◦ green 92 ◦ blue 231

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

Shades of Medium Slate Blue #755CE7

Tints of Medium Slate Blue #755CE7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.91%

 BLUE value IS 231 (90.63% from 255) = 52.5%

R = 26.59%
G = 20.91%
B = 52.5%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#755CE7 (or 0x755CE7) is known color: Medium Slate Blue. HEX triplet: 75, 5C and E7. RGB value is (117,92,231). Sum of RGB (Red+Green+Blue) = 117+92+231=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #755CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755CE7 is #8AA318. Grayscale: #727272. Windows color (decimal): -9085721 or 15162485. OLE color: 15162485.

HSL color Cylindrical-coordinate representation of color #755CE7: hue angle of 250.79º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755CE7 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 92 231 -
CMYK 0.49 0.60 0 0.09
HSL 250.79º 0.74% 0.63% -
HSV(B) 250.79º 0.6% 0.91% -
XYZ 25.59 17.21 77.57 -
YUV 115.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 117 92 231 0.49 0.60 0 0.09 250.79 0.74 0.63
Hex 75 5C E7 31 3C 0 9 FB 4A 3F
Octal 165 134 347 61 74 0 11 373 112 77
Binary 1110101 1011100 11100111 110001 111100 0 1001 11111011 1001010 111111

Color Harmonies of #755CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CE7

Black with #755CE7

Text Example


Text Example

White with #755CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,231); }

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

background-color css

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

 a { background-color: rgb(117,92,231); }

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

border-color css

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

 span { border-color: rgb(117,92,231); }

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