Html Css Color HEX #755CEF Medium Slate Blue

📋 copy color: '#755CEF'

red 117 ◦ green 92 ◦ blue 239

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

Shades of Medium Slate Blue #755CEF

Tints of Medium Slate Blue #755CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.35%

R = 26.12%
G = 20.54%
B = 53.35%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#755CEF (or 0x755CEF) is known color: Medium Slate Blue. HEX triplet: 75, 5C and EF. RGB value is (117,92,239). Sum of RGB (Red+Green+Blue) = 117+92+239=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #755CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755CEF is #8AA310. Grayscale: #737373. Windows color (decimal): -9085713 or 15686773. OLE color: 15686773.

HSL color Cylindrical-coordinate representation of color #755CEF: hue angle of 250.2º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755CEF is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 92 239 -
CMYK 0.51 0.62 0 0.06
HSL 250.2º 0.82% 0.65% -
HSV(B) 250.2º 0.62% 0.94% -
XYZ 26.74 17.67 83.66 -
YUV 116.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 117 92 239 0.51 0.62 0 0.06 250.2 0.82 0.65
Hex 75 5C EF 33 3E 0 6 FA 52 41
Octal 165 134 357 63 76 0 6 372 122 101
Binary 1110101 1011100 11101111 110011 111110 0 110 11111010 1010010 1000001

Color Harmonies of #755CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CEF

Black with #755CEF

Text Example


Text Example

White with #755CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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