Html Css Color HEX #755CF3 Medium Slate Blue

📋 copy color: '#755CF3'

red 117 ◦ green 92 ◦ blue 243

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

Shades of Medium Slate Blue #755CF3

Tints of Medium Slate Blue #755CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.76%

R = 25.88%
G = 20.35%
B = 53.76%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#755CF3 (or 0x755CF3) is known color: Medium Slate Blue. HEX triplet: 75, 5C and F3. RGB value is (117,92,243). Sum of RGB (Red+Green+Blue) = 117+92+243=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #755CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755CF3 is #8AA30C. Grayscale: #747474. Windows color (decimal): -9085709 or 15948917. OLE color: 15948917.

HSL color Cylindrical-coordinate representation of color #755CF3: hue angle of 249.93º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755CF3 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 92 243 -
CMYK 0.52 0.62 0 0.05
HSL 249.93º 0.86% 0.66% -
HSV(B) 249.93º 0.62% 0.95% -
XYZ 27.34 17.91 86.81 -
YUV 116.69 199.28 128.22 -
System Red Green Blue C M Y K H S L
Decimal 117 92 243 0.52 0.62 0 0.05 249.93 0.86 0.66
Hex 75 5C F3 34 3E 0 5 FA 56 42
Octal 165 134 363 64 76 0 5 372 126 102
Binary 1110101 1011100 11110011 110100 111110 0 101 11111010 1010110 1000010

Color Harmonies of #755CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CF3

Black with #755CF3

Text Example


Text Example

White with #755CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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