Html Css Color HEX #745CFC Medium Slate Blue

📋 copy color: '#745CFC'

red 116 ◦ green 92 ◦ blue 252

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

Shades of Medium Slate Blue #745CFC

Tints of Medium Slate Blue #745CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 25.22%
G = 20%
B = 54.78%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#745CFC (or 0x745CFC) is known color: Medium Slate Blue. HEX triplet: 74, 5C and FC. RGB value is (116,92,252). Sum of RGB (Red+Green+Blue) = 116+92+252=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #745CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CFC is #8BA303. Grayscale: #747474. Windows color (decimal): -9151236 or 16538740. OLE color: 16538740.

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

Color convert

RGB 116 92 252 -
CMYK 0.54 0.63 0 0.01
HSL 249º 0.96% 0.67% -
HSV(B) 249º 0.63% 0.99% -
XYZ 28.6 18.4 94.14 -
YUV 117.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 116 92 252 0.54 0.63 0 0.01 249 0.96 0.67
Hex 74 5C FC 36 3F 0 1 F9 60 43
Octal 164 134 374 66 77 0 1 371 140 103
Binary 1110100 1011100 11111100 110110 111111 0 1 11111001 1100000 1000011

Color Harmonies of #745CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CFC

Black with #745CFC

Text Example


Text Example

White with #745CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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