Html Css Color HEX #745FFA Medium Slate Blue

📋 copy color: '#745FFA'

red 116 ◦ green 95 ◦ blue 250

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

Shades of Medium Slate Blue #745FFA

Tints of Medium Slate Blue #745FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.23%

R = 25.16%
G = 20.61%
B = 54.23%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#745FFA (or 0x745FFA) is known color: Medium Slate Blue. HEX triplet: 74, 5F and FA. RGB value is (116,95,250). Sum of RGB (Red+Green+Blue) = 116+95+250=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #745FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745FFA is #8BA005. Grayscale: #767676. Windows color (decimal): -9150470 or 16408436. OLE color: 16408436.

HSL color Cylindrical-coordinate representation of color #745FFA: hue angle of 248.13º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #745FFA is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 95 250 -
CMYK 0.54 0.62 0 0.02
HSL 248.13º 0.94% 0.68% -
HSV(B) 248.13º 0.62% 0.98% -
XYZ 28.55 18.8 92.57 -
YUV 118.95 201.96 125.9 -
System Red Green Blue C M Y K H S L
Decimal 116 95 250 0.54 0.62 0 0.02 248.13 0.94 0.68
Hex 74 5F FA 36 3E 0 2 F8 5E 44
Octal 164 137 372 66 76 0 2 370 136 104
Binary 1110100 1011111 11111010 110110 111110 0 10 11111000 1011110 1000100

Color Harmonies of #745FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FFA

Black with #745FFA

Text Example


Text Example

White with #745FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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