Html Css Color HEX #745CF2 Medium Slate Blue

📋 copy color: '#745CF2'

red 116 ◦ green 92 ◦ blue 242

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

Shades of Medium Slate Blue #745CF2

Tints of Medium Slate Blue #745CF2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.44%

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

R = 25.78%
G = 20.44%
B = 53.78%

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

#745CF2 (or 0x745CF2) is known color: Medium Slate Blue. HEX triplet: 74, 5C and F2. RGB value is (116,92,242). Sum of RGB (Red+Green+Blue) = 116+92+242=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #745CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CF2 is #8BA30D. Grayscale: #737373. Windows color (decimal): -9151246 or 15883380. OLE color: 15883380.

HSL color Cylindrical-coordinate representation of color #745CF2: hue angle of 249.6º 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 #745CF2 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 92 242 -
CMYK 0.52 0.62 0 0.05
HSL 249.6º 0.85% 0.65% -
HSV(B) 249.6º 0.62% 0.95% -
XYZ 27.06 17.78 86.01 -
YUV 116.28 198.95 127.8 -
System Red Green Blue C M Y K H S L
Decimal 116 92 242 0.52 0.62 0 0.05 249.6 0.85 0.65
Hex 74 5C F2 34 3E 0 5 FA 55 41
Octal 164 134 362 64 76 0 5 372 125 101
Binary 1110100 1011100 11110010 110100 111110 0 101 11111010 1010101 1000001

Color Harmonies of #745CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CF2

Black with #745CF2

Text Example


Text Example

White with #745CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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