Html Css Color HEX #7441FC Medium Slate Blue

📋 copy color: '#7441FC'

red 116 ◦ green 65 ◦ blue 252

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

Shades of Medium Slate Blue #7441FC

Tints of Medium Slate Blue #7441FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

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

R = 26.79%
G = 15.01%
B = 58.2%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7441FC (or 0x7441FC) is known color: Medium Slate Blue. HEX triplet: 74, 41 and FC. RGB value is (116,65,252). Sum of RGB (Red+Green+Blue) = 116+65+252=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #7441FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7441FC is #8BBE03. Grayscale: #646464. Windows color (decimal): -9158148 or 16531828. OLE color: 16531828.

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

Color convert

RGB 116 65 252 -
CMYK 0.54 0.74 0 0.01
HSL 256.36º 0.97% 0.62% -
HSV(B) 256.36º 0.74% 0.99% -
XYZ 26.66 14.52 93.49 -
YUV 101.57 212.9 138.29 -
System Red Green Blue C M Y K H S L
Decimal 116 65 252 0.54 0.74 0 0.01 256.36 0.97 0.62
Hex 74 41 FC 36 4A 0 1 100 61 3E
Octal 164 101 374 66 112 0 1 400 141 76
Binary 1110100 1000001 11111100 110110 1001010 0 1 100000000 1100001 111110

Color Harmonies of #7441FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7441FC

Black with #7441FC

Text Example


Text Example

White with #7441FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7441FC; }

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

 H1.HeaderClassName
 {
   color: #7441FC;
 }
 .AnyTagClassName
 {
   color: #7441FC;
 }
</style>

background-color css

<style>
 a { background-color: #7441FC; }

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

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

border-color css

<style>
 span { border-color: #7441FC; }

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

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