Html Css Color HEX #7055FE Medium Slate Blue

📋 copy color: '#7055FE'

red 112 ◦ green 85 ◦ blue 254

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

Shades of Medium Slate Blue #7055FE

Tints of Medium Slate Blue #7055FE

RGB

 RED value IS 112 (44.14% from 255) = 24.83%

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

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

R = 24.83%
G = 18.85%
B = 56.32%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7055FE (or 0x7055FE) is known color: Medium Slate Blue. HEX triplet: 70, 55 and FE. RGB value is (112,85,254). Sum of RGB (Red+Green+Blue) = 112+85+254=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #7055FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7055FE is #8FAA01. Grayscale: #6F6F6F. Windows color (decimal): -9415170 or 16668016. OLE color: 16668016.

HSL color Cylindrical-coordinate representation of color #7055FE: hue angle of 249.59º 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 #7055FE is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 85 254 -
CMYK 0.56 0.67 0 0.00
HSL 249.59º 0.99% 0.66% -
HSV(B) 249.59º 0.67% 1% -
XYZ 27.82 17.1 95.6 -
YUV 112.34 207.95 127.76 -
System Red Green Blue C M Y K H S L
Decimal 112 85 254 0.56 0.67 0 0.00 249.59 0.99 0.66
Hex 70 55 FE 38 43 0 0 FA 63 42
Octal 160 125 376 70 103 0 0 372 143 102
Binary 1110000 1010101 11111110 111000 1000011 0 0 11111010 1100011 1000010

Color Harmonies of #7055FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7055FE

Black with #7055FE

Text Example


Text Example

White with #7055FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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