Html Css Color HEX #7140FB Medium Slate Blue

📋 copy color: '#7140FB'

red 113 ◦ green 64 ◦ blue 251

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

Shades of Medium Slate Blue #7140FB

Tints of Medium Slate Blue #7140FB

RGB

 RED value IS 113 (44.53% from 255) = 26.4%

 GREEN value IS 64 (25.39% from 255) = 14.95%

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

R = 26.4%
G = 14.95%
B = 58.64%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7140FB (or 0x7140FB) is known color: Medium Slate Blue. HEX triplet: 71, 40 and FB. RGB value is (113,64,251). Sum of RGB (Red+Green+Blue) = 113+64+251=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #7140FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7140FB is #8EBF04. Grayscale: #636363. Windows color (decimal): -9355013 or 16466033. OLE color: 16466033.

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

Color convert

RGB 113 64 251 -
CMYK 0.55 0.75 0 0.02
HSL 255.72º 0.96% 0.62% -
HSV(B) 255.72º 0.75% 0.98% -
XYZ 26.06 14.14 92.62 -
YUV 99.97 213.23 137.29 -
System Red Green Blue C M Y K H S L
Decimal 113 64 251 0.55 0.75 0 0.02 255.72 0.96 0.62
Hex 71 40 FB 37 4B 0 2 100 60 3E
Octal 161 100 373 67 113 0 2 400 140 76
Binary 1110001 1000000 11111011 110111 1001011 0 10 100000000 1100000 111110

Color Harmonies of #7140FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140FB

Black with #7140FB

Text Example


Text Example

White with #7140FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,64,251); }

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

background-color css

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

 a { background-color: rgb(113,64,251); }

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

border-color css

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

 span { border-color: rgb(113,64,251); }

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