Html Css Color HEX #7064F9 Medium Slate Blue

📋 copy color: '#7064F9'

red 112 ◦ green 100 ◦ blue 249

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

Shades of Medium Slate Blue #7064F9

Tints of Medium Slate Blue #7064F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.01%

R = 24.3%
G = 21.69%
B = 54.01%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7064F9 (or 0x7064F9) is known color: Medium Slate Blue. HEX triplet: 70, 64 and F9. RGB value is (112,100,249). Sum of RGB (Red+Green+Blue) = 112+100+249=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #7064F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7064F9 is #8F9B06. Grayscale: #777777. Windows color (decimal): -9411335 or 16344176. OLE color: 16344176.

HSL color Cylindrical-coordinate representation of color #7064F9: hue angle of 244.83º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7064F9 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 100 249 -
CMYK 0.55 0.60 0 0.02
HSL 244.83º 0.93% 0.68% -
HSV(B) 244.83º 0.6% 0.98% -
XYZ 28.34 19.4 91.87 -
YUV 120.57 200.48 121.88 -
System Red Green Blue C M Y K H S L
Decimal 112 100 249 0.55 0.60 0 0.02 244.83 0.93 0.68
Hex 70 64 F9 37 3C 0 2 F5 5D 44
Octal 160 144 371 67 74 0 2 365 135 104
Binary 1110000 1100100 11111001 110111 111100 0 10 11110101 1011101 1000100

Color Harmonies of #7064F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7064F9

Black with #7064F9

Text Example


Text Example

White with #7064F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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