Html Css Color HEX #7145F8 Medium Slate Blue

📋 copy color: '#7145F8'

red 113 ◦ green 69 ◦ blue 248

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

Shades of Medium Slate Blue #7145F8

Tints of Medium Slate Blue #7145F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 57.67%

R = 26.28%
G = 16.05%
B = 57.67%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7145F8 (or 0x7145F8) is known color: Medium Slate Blue. HEX triplet: 71, 45 and F8. RGB value is (113,69,248). Sum of RGB (Red+Green+Blue) = 113+69+248=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #7145F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145F8 is #8EBA07. Grayscale: #656565. Windows color (decimal): -9353736 or 16270705. OLE color: 16270705.

HSL color Cylindrical-coordinate representation of color #7145F8: hue angle of 254.75º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7145F8 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 69 248 -
CMYK 0.54 0.72 0 0.03
HSL 254.75º 0.93% 0.62% -
HSV(B) 254.75º 0.72% 0.97% -
XYZ 25.88 14.54 90.25 -
YUV 102.56 210.08 135.45 -
System Red Green Blue C M Y K H S L
Decimal 113 69 248 0.54 0.72 0 0.03 254.75 0.93 0.62
Hex 71 45 F8 36 48 0 3 FF 5D 3E
Octal 161 105 370 66 110 0 3 377 135 76
Binary 1110001 1000101 11111000 110110 1001000 0 11 11111111 1011101 111110

Color Harmonies of #7145F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7145F8

Black with #7145F8

Text Example


Text Example

White with #7145F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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