Html Css Color HEX #755CFD Medium Slate Blue

📋 copy color: '#755CFD'

red 117 ◦ green 92 ◦ blue 253

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

Shades of Medium Slate Blue #755CFD

Tints of Medium Slate Blue #755CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 25.32%
G = 19.91%
B = 54.76%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#755CFD (or 0x755CFD) is known color: Medium Slate Blue. HEX triplet: 75, 5C and FD. RGB value is (117,92,253). Sum of RGB (Red+Green+Blue) = 117+92+253=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #755CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755CFD is #8AA302. Grayscale: #757575. Windows color (decimal): -9085699 or 16604277. OLE color: 16604277.

HSL color Cylindrical-coordinate representation of color #755CFD: hue angle of 249.32º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755CFD is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 92 253 -
CMYK 0.54 0.64 0 0.01
HSL 249.32º 0.98% 0.68% -
HSV(B) 249.32º 0.64% 0.99% -
XYZ 28.89 18.53 94.98 -
YUV 117.83 204.28 127.41 -
System Red Green Blue C M Y K H S L
Decimal 117 92 253 0.54 0.64 0 0.01 249.32 0.98 0.68
Hex 75 5C FD 36 40 0 1 F9 62 44
Octal 165 134 375 66 100 0 1 371 142 104
Binary 1110101 1011100 11111101 110110 1000000 0 1 11111001 1100010 1000100

Color Harmonies of #755CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CFD

Black with #755CFD

Text Example


Text Example

White with #755CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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