Html Css Color HEX #7745FD Medium Slate Blue

📋 copy color: '#7745FD'

red 119 ◦ green 69 ◦ blue 253

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

Shades of Medium Slate Blue #7745FD

Tints of Medium Slate Blue #7745FD

RGB

 RED value IS 119 (46.88% from 255) = 26.98%

 GREEN value IS 69 (27.34% from 255) = 15.65%

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

R = 26.98%
G = 15.65%
B = 57.37%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7745FD (or 0x7745FD) is known color: Medium Slate Blue. HEX triplet: 77, 45 and FD. RGB value is (119,69,253). Sum of RGB (Red+Green+Blue) = 119+69+253=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #7745FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7745FD is #88BA02. Grayscale: #686868. Windows color (decimal): -8960515 or 16598391. OLE color: 16598391.

HSL color Cylindrical-coordinate representation of color #7745FD: hue angle of 256.3º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7745FD is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 69 253 -
CMYK 0.53 0.73 0 0.01
HSL 256.3º 0.98% 0.63% -
HSV(B) 256.3º 0.73% 0.99% -
XYZ 27.47 15.27 94.43 -
YUV 104.93 211.57 138.04 -
System Red Green Blue C M Y K H S L
Decimal 119 69 253 0.53 0.73 0 0.01 256.3 0.98 0.63
Hex 77 45 FD 35 49 0 1 100 62 3F
Octal 167 105 375 65 111 0 1 400 142 77
Binary 1110111 1000101 11111101 110101 1001001 0 1 100000000 1100010 111111

Color Harmonies of #7745FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7745FD

Black with #7745FD

Text Example


Text Example

White with #7745FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7745FD; }

 p { color: rgb(119,69,253); }

 H1.HeaderClassName
 {
   color: #7745FD;
 }
 .AnyTagClassName
 {
   color: #7745FD;
 }
</style>

background-color css

<style>
 a { background-color: #7745FD; }

 a { background-color: rgb(119,69,253); }

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

border-color css

<style>
 span { border-color: #7745FD; }

 span { border-color: rgb(119,69,253); }

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