Html Css Color HEX #745BFD Medium Slate Blue

📋 copy color: '#745BFD'

red 116 ◦ green 91 ◦ blue 253

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

Shades of Medium Slate Blue #745BFD

Tints of Medium Slate Blue #745BFD

RGB

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

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

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

R = 25.22%
G = 19.78%
B = 55%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#745BFD (or 0x745BFD) is known color: Medium Slate Blue. HEX triplet: 74, 5B and FD. RGB value is (116,91,253). Sum of RGB (Red+Green+Blue) = 116+91+253=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #745BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745BFD is #8BA402. Grayscale: #747474. Windows color (decimal): -9151491 or 16604020. OLE color: 16604020.

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

Color convert

RGB 116 91 253 -
CMYK 0.54 0.64 0 0.01
HSL 249.26º 0.98% 0.67% -
HSV(B) 249.26º 0.64% 0.99% -
XYZ 28.67 18.29 94.95 -
YUV 116.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 116 91 253 0.54 0.64 0 0.01 249.26 0.98 0.67
Hex 74 5B FD 36 40 0 1 F9 62 43
Octal 164 133 375 66 100 0 1 371 142 103
Binary 1110100 1011011 11111101 110110 1000000 0 1 11111001 1100010 1000011

Color Harmonies of #745BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BFD

Black with #745BFD

Text Example


Text Example

White with #745BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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