Html Css Color HEX #745FF1 Medium Slate Blue

📋 copy color: '#745FF1'

red 116 ◦ green 95 ◦ blue 241

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

Shades of Medium Slate Blue #745FF1

Tints of Medium Slate Blue #745FF1

RGB

 RED value IS 116 (45.7% from 255) = 25.66%

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 241 (94.53% from 255) = 53.32%

R = 25.66%
G = 21.02%
B = 53.32%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#745FF1 (or 0x745FF1) is known color: Medium Slate Blue. HEX triplet: 74, 5F and F1. RGB value is (116,95,241). Sum of RGB (Red+Green+Blue) = 116+95+241=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #745FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745FF1 is #8BA00E. Grayscale: #757575. Windows color (decimal): -9150479 or 15818612. OLE color: 15818612.

HSL color Cylindrical-coordinate representation of color #745FF1: hue angle of 248.63º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745FF1 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 95 241 -
CMYK 0.52 0.61 0 0.05
HSL 248.63º 0.84% 0.66% -
HSV(B) 248.63º 0.61% 0.95% -
XYZ 27.17 18.25 85.31 -
YUV 117.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 116 95 241 0.52 0.61 0 0.05 248.63 0.84 0.66
Hex 74 5F F1 34 3D 0 5 F9 54 42
Octal 164 137 361 64 75 0 5 371 124 102
Binary 1110100 1011111 11110001 110100 111101 0 101 11111001 1010100 1000010

Color Harmonies of #745FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FF1

Black with #745FF1

Text Example


Text Example

White with #745FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745FF1; }

 p { color: rgb(116,95,241); }

 H1.HeaderClassName
 {
   color: #745FF1;
 }
 .AnyTagClassName
 {
   color: #745FF1;
 }
</style>

background-color css

<style>
 a { background-color: #745FF1; }

 a { background-color: rgb(116,95,241); }

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

border-color css

<style>
 span { border-color: #745FF1; }

 span { border-color: rgb(116,95,241); }

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