Html Css Color HEX #7064FE Medium Slate Blue

📋 copy color: '#7064FE'

red 112 ◦ green 100 ◦ blue 254

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

Shades of Medium Slate Blue #7064FE

Tints of Medium Slate Blue #7064FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.46%

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

R = 24.03%
G = 21.46%
B = 54.51%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7064FE (or 0x7064FE) is known color: Medium Slate Blue. HEX triplet: 70, 64 and FE. RGB value is (112,100,254). Sum of RGB (Red+Green+Blue) = 112+100+254=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #7064FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7064FE is #8F9B01. Grayscale: #787878. Windows color (decimal): -9411330 or 16671856. OLE color: 16671856.

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

Color convert

RGB 112 100 254 -
CMYK 0.56 0.61 0 0.00
HSL 244.68º 0.99% 0.69% -
HSV(B) 244.68º 0.61% 1% -
XYZ 29.13 19.71 96.04 -
YUV 121.14 202.98 121.48 -
System Red Green Blue C M Y K H S L
Decimal 112 100 254 0.56 0.61 0 0.00 244.68 0.99 0.69
Hex 70 64 FE 38 3D 0 0 F5 63 45
Octal 160 144 376 70 75 0 0 365 143 105
Binary 1110000 1100100 11111110 111000 111101 0 0 11110101 1100011 1000101

Color Harmonies of #7064FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7064FE

Black with #7064FE

Text Example


Text Example

White with #7064FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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