Html Css Color HEX #7072FB Medium Slate Blue

📋 copy color: '#7072FB'

red 112 ◦ green 114 ◦ blue 251

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

Shades of Medium Slate Blue #7072FB

Tints of Medium Slate Blue #7072FB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 23.48%
G = 23.9%
B = 52.62%

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

#7072FB (or 0x7072FB) is known color: Medium Slate Blue. HEX triplet: 70, 72 and FB. RGB value is (112,114,251). Sum of RGB (Red+Green+Blue) = 112+114+251=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #7072FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7072FB is #8F8D04. Grayscale: #808080. Windows color (decimal): -9407749 or 16478832. OLE color: 16478832.

HSL color Cylindrical-coordinate representation of color #7072FB: hue angle of 239.14º degrees, saturation: 0.95, 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 #7072FB is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 114 251 -
CMYK 0.55 0.55 0 0.02
HSL 239.14º 0.95% 0.71% -
HSV(B) 239.14º 0.55% 0.98% -
XYZ 30.11 22.44 94.01 -
YUV 129.02 196.84 115.86 -
System Red Green Blue C M Y K H S L
Decimal 112 114 251 0.55 0.55 0 0.02 239.14 0.95 0.71
Hex 70 72 FB 37 37 0 2 EF 5F 47
Octal 160 162 373 67 67 0 2 357 137 107
Binary 1110000 1110010 11111011 110111 110111 0 10 11101111 1011111 1000111

Color Harmonies of #7072FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7072FB

Black with #7072FB

Text Example


Text Example

White with #7072FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7072FB; }

 p { color: rgb(112,114,251); }

 H1.HeaderClassName
 {
   color: #7072FB;
 }
 .AnyTagClassName
 {
   color: #7072FB;
 }
</style>

background-color css

<style>
 a { background-color: #7072FB; }

 a { background-color: rgb(112,114,251); }

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

border-color css

<style>
 span { border-color: #7072FB; }

 span { border-color: rgb(112,114,251); }

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