Html Css Color HEX #7145FB Medium Slate Blue

📋 copy color: '#7145FB'

red 113 ◦ green 69 ◦ blue 251

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

Shades of Medium Slate Blue #7145FB

Tints of Medium Slate Blue #7145FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.94%

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

R = 26.1%
G = 15.94%
B = 57.97%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7145FB (or 0x7145FB) is known color: Medium Slate Blue. HEX triplet: 71, 45 and FB. RGB value is (113,69,251). Sum of RGB (Red+Green+Blue) = 113+69+251=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #7145FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145FB is #8EBA04. Grayscale: #666666. Windows color (decimal): -9353733 or 16467313. OLE color: 16467313.

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

Color convert

RGB 113 69 251 -
CMYK 0.55 0.73 0 0.02
HSL 254.51º 0.96% 0.63% -
HSV(B) 254.51º 0.73% 0.98% -
XYZ 26.35 14.73 92.72 -
YUV 102.9 211.58 135.2 -
System Red Green Blue C M Y K H S L
Decimal 113 69 251 0.55 0.73 0 0.02 254.51 0.96 0.63
Hex 71 45 FB 37 49 0 2 FF 60 3F
Octal 161 105 373 67 111 0 2 377 140 77
Binary 1110001 1000101 11111011 110111 1001001 0 10 11111111 1100000 111111

Color Harmonies of #7145FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7145FB

Black with #7145FB

Text Example


Text Example

White with #7145FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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