Html Css Color HEX #7071FA Medium Slate Blue

📋 copy color: '#7071FA'

red 112 ◦ green 113 ◦ blue 250

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

Shades of Medium Slate Blue #7071FA

Tints of Medium Slate Blue #7071FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.79%

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

R = 23.58%
G = 23.79%
B = 52.63%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7071FA (or 0x7071FA) is known color: Medium Slate Blue. HEX triplet: 70, 71 and FA. RGB value is (112,113,250). Sum of RGB (Red+Green+Blue) = 112+113+250=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #7071FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7071FA is #8F8E05. Grayscale: #7F7F7F. Windows color (decimal): -9408006 or 16413040. OLE color: 16413040.

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

Color convert

RGB 112 113 250 -
CMYK 0.55 0.55 0 0.02
HSL 239.57º 0.93% 0.71% -
HSV(B) 239.57º 0.55% 0.98% -
XYZ 29.84 22.16 93.15 -
YUV 128.32 196.67 116.36 -
System Red Green Blue C M Y K H S L
Decimal 112 113 250 0.55 0.55 0 0.02 239.57 0.93 0.71
Hex 70 71 FA 37 37 0 2 F0 5D 47
Octal 160 161 372 67 67 0 2 360 135 107
Binary 1110000 1110001 11111010 110111 110111 0 10 11110000 1011101 1000111

Color Harmonies of #7071FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7071FA

Black with #7071FA

Text Example


Text Example

White with #7071FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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