Html Css Color HEX #755AFE Medium Slate Blue

📋 copy color: '#755AFE'

red 117 ◦ green 90 ◦ blue 254

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

Shades of Medium Slate Blue #755AFE

Tints of Medium Slate Blue #755AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 25.38%
G = 19.52%
B = 55.1%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#755AFE (or 0x755AFE) is known color: Medium Slate Blue. HEX triplet: 75, 5A and FE. RGB value is (117,90,254). Sum of RGB (Red+Green+Blue) = 117+90+254=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #755AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AFE is #8AA501. Grayscale: #747474. Windows color (decimal): -9086210 or 16669301. OLE color: 16669301.

HSL color Cylindrical-coordinate representation of color #755AFE: hue angle of 249.88º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #755AFE is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 90 254 -
CMYK 0.54 0.65 0 0.00
HSL 249.88º 0.99% 0.67% -
HSV(B) 249.88º 0.65% 1% -
XYZ 28.88 18.25 95.77 -
YUV 116.77 205.45 128.16 -
System Red Green Blue C M Y K H S L
Decimal 117 90 254 0.54 0.65 0 0.00 249.88 0.99 0.67
Hex 75 5A FE 36 41 0 0 FA 63 43
Octal 165 132 376 66 101 0 0 372 143 103
Binary 1110101 1011010 11111110 110110 1000001 0 0 11111010 1100011 1000011

Color Harmonies of #755AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AFE

Black with #755AFE

Text Example


Text Example

White with #755AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,90,254); }

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

background-color css

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

 a { background-color: rgb(117,90,254); }

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

border-color css

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

 span { border-color: rgb(117,90,254); }

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