Html Css Color HEX #7455FF Medium Slate Blue

📋 copy color: '#7455FF'

red 116 ◦ green 85 ◦ blue 255

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

Shades of Medium Slate Blue #7455FF

Tints of Medium Slate Blue #7455FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 25.44%
G = 18.64%
B = 55.92%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7455FF (or 0x7455FF) is known color: Medium Slate Blue. HEX triplet: 74, 55 and FF. RGB value is (116,85,255). Sum of RGB (Red+Green+Blue) = 116+85+255=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #7455FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7455FF is #8BAA00. Grayscale: #707070. Windows color (decimal): -9153025 or 16733556. OLE color: 16733556.

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

Color convert

RGB 116 85 255 -
CMYK 0.55 0.67 0 0
HSL 250.94º 1% 0.67% -
HSV(B) 250.94º 0.67% 1% -
XYZ 28.5 17.43 96.47 -
YUV 113.65 207.77 129.68 -
System Red Green Blue C M Y K H S L
Decimal 116 85 255 0.55 0.67 0 0 250.94 1 0.67
Hex 74 55 FF 37 43 0 0 FB 64 43
Octal 164 125 377 67 103 0 0 373 144 103
Binary 1110100 1010101 11111111 110111 1000011 0 0 11111011 1100100 1000011

Color Harmonies of #7455FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7455FF

Black with #7455FF

Text Example


Text Example

White with #7455FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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