Html Css Color HEX #7060FA Medium Slate Blue

📋 copy color: '#7060FA'

red 112 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #7060FA

Tints of Medium Slate Blue #7060FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.96%

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 24.45%
G = 20.96%
B = 54.59%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7060FA (or 0x7060FA) is known color: Medium Slate Blue. HEX triplet: 70, 60 and FA. RGB value is (112,96,250). Sum of RGB (Red+Green+Blue) = 112+96+250=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #7060FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7060FA is #8F9F05. Grayscale: #757575. Windows color (decimal): -9412358 or 16408688. OLE color: 16408688.

HSL color Cylindrical-coordinate representation of color #7060FA: hue angle of 246.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7060FA is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 96 250 -
CMYK 0.55 0.62 0 0.02
HSL 246.23º 0.94% 0.68% -
HSV(B) 246.23º 0.62% 0.98% -
XYZ 28.12 18.71 92.57 -
YUV 118.34 202.3 123.48 -
System Red Green Blue C M Y K H S L
Decimal 112 96 250 0.55 0.62 0 0.02 246.23 0.94 0.68
Hex 70 60 FA 37 3E 0 2 F6 5E 44
Octal 160 140 372 67 76 0 2 366 136 104
Binary 1110000 1100000 11111010 110111 111110 0 10 11110110 1011110 1000100

Color Harmonies of #7060FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7060FA

Black with #7060FA

Text Example


Text Example

White with #7060FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7060FA; }

 p { color: rgb(112,96,250); }

 H1.HeaderClassName
 {
   color: #7060FA;
 }
 .AnyTagClassName
 {
   color: #7060FA;
 }
</style>

background-color css

<style>
 a { background-color: #7060FA; }

 a { background-color: rgb(112,96,250); }

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

border-color css

<style>
 span { border-color: #7060FA; }

 span { border-color: rgb(112,96,250); }

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