Html Css Color HEX #745BF2 Medium Slate Blue

📋 copy color: '#745BF2'

red 116 ◦ green 91 ◦ blue 242

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

Shades of Medium Slate Blue #745BF2

Tints of Medium Slate Blue #745BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

 BLUE value IS 242 (94.92% from 255) = 53.9%

R = 25.84%
G = 20.27%
B = 53.9%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#745BF2 (or 0x745BF2) is known color: Medium Slate Blue. HEX triplet: 74, 5B and F2. RGB value is (116,91,242). Sum of RGB (Red+Green+Blue) = 116+91+242=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #745BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745BF2 is #8BA40D. Grayscale: #737373. Windows color (decimal): -9151502 or 15883124. OLE color: 15883124.

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

Color convert

RGB 116 91 242 -
CMYK 0.52 0.62 0 0.05
HSL 249.93º 0.85% 0.65% -
HSV(B) 249.93º 0.62% 0.95% -
XYZ 26.97 17.61 85.98 -
YUV 115.69 199.28 128.22 -
System Red Green Blue C M Y K H S L
Decimal 116 91 242 0.52 0.62 0 0.05 249.93 0.85 0.65
Hex 74 5B F2 34 3E 0 5 FA 55 41
Octal 164 133 362 64 76 0 5 372 125 101
Binary 1110100 1011011 11110010 110100 111110 0 101 11111010 1010101 1000001

Color Harmonies of #745BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BF2

Black with #745BF2

Text Example


Text Example

White with #745BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,91,242); }

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

background-color css

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

 a { background-color: rgb(116,91,242); }

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

border-color css

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

 span { border-color: rgb(116,91,242); }

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