Html Css Color HEX #7455FE Medium Slate Blue

📋 copy color: '#7455FE'

red 116 ◦ green 85 ◦ blue 254

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

Shades of Medium Slate Blue #7455FE

Tints of Medium Slate Blue #7455FE

RGB

 RED value IS 116 (45.7% from 255) = 25.49%

 GREEN value IS 85 (33.59% from 255) = 18.68%

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

R = 25.49%
G = 18.68%
B = 55.82%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7455FE (or 0x7455FE) is known color: Medium Slate Blue. HEX triplet: 74, 55 and FE. RGB value is (116,85,254). Sum of RGB (Red+Green+Blue) = 116+85+254=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #7455FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7455FE is #8BAA01. Grayscale: #707070. Windows color (decimal): -9153026 or 16668020. OLE color: 16668020.

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

Color convert

RGB 116 85 254 -
CMYK 0.54 0.67 0 0.00
HSL 251.01º 0.99% 0.66% -
HSV(B) 251.01º 0.67% 1% -
XYZ 28.34 17.37 95.62 -
YUV 113.54 207.27 129.76 -
System Red Green Blue C M Y K H S L
Decimal 116 85 254 0.54 0.67 0 0.00 251.01 0.99 0.66
Hex 74 55 FE 36 43 0 0 FB 63 42
Octal 164 125 376 66 103 0 0 373 143 102
Binary 1110100 1010101 11111110 110110 1000011 0 0 11111011 1100011 1000010

Color Harmonies of #7455FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7455FE

Black with #7455FE

Text Example


Text Example

White with #7455FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7455FE; }

 p { color: rgb(116,85,254); }

 H1.HeaderClassName
 {
   color: #7455FE;
 }
 .AnyTagClassName
 {
   color: #7455FE;
 }
</style>

background-color css

<style>
 a { background-color: #7455FE; }

 a { background-color: rgb(116,85,254); }

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

border-color css

<style>
 span { border-color: #7455FE; }

 span { border-color: rgb(116,85,254); }

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