Html Css Color HEX #745FFD Medium Slate Blue

📋 copy color: '#745FFD'

red 116 ◦ green 95 ◦ blue 253

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

Shades of Medium Slate Blue #745FFD

Tints of Medium Slate Blue #745FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 25%
G = 20.47%
B = 54.53%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#745FFD (or 0x745FFD) is known color: Medium Slate Blue. HEX triplet: 74, 5F and FD. RGB value is (116,95,253). Sum of RGB (Red+Green+Blue) = 116+95+253=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #745FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745FFD is #8BA002. Grayscale: #767676. Windows color (decimal): -9150467 or 16605044. OLE color: 16605044.

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

Color convert

RGB 116 95 253 -
CMYK 0.54 0.62 0 0.01
HSL 247.97º 0.98% 0.68% -
HSV(B) 247.97º 0.62% 0.99% -
XYZ 29.02 18.99 95.06 -
YUV 119.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 116 95 253 0.54 0.62 0 0.01 247.97 0.98 0.68
Hex 74 5F FD 36 3E 0 1 F8 62 44
Octal 164 137 375 66 76 0 1 370 142 104
Binary 1110100 1011111 11111101 110110 111110 0 1 11111000 1100010 1000100

Color Harmonies of #745FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FFD

Black with #745FFD

Text Example


Text Example

White with #745FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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