Html Css Color HEX #7444FD Medium Slate Blue

📋 copy color: '#7444FD'

red 116 ◦ green 68 ◦ blue 253

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

Shades of Medium Slate Blue #7444FD

Tints of Medium Slate Blue #7444FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.56%

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

R = 26.54%
G = 15.56%
B = 57.89%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7444FD (or 0x7444FD) is known color: Medium Slate Blue. HEX triplet: 74, 44 and FD. RGB value is (116,68,253). Sum of RGB (Red+Green+Blue) = 116+68+253=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #7444FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7444FD is #8BBB02. Grayscale: #666666. Windows color (decimal): -9157379 or 16598132. OLE color: 16598132.

HSL color Cylindrical-coordinate representation of color #7444FD: hue angle of 255.57º 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 #7444FD is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 68 253 -
CMYK 0.54 0.73 0 0.01
HSL 255.57º 0.98% 0.63% -
HSV(B) 255.57º 0.73% 0.99% -
XYZ 27 14.94 94.39 -
YUV 103.44 212.4 136.96 -
System Red Green Blue C M Y K H S L
Decimal 116 68 253 0.54 0.73 0 0.01 255.57 0.98 0.63
Hex 74 44 FD 36 49 0 1 100 62 3F
Octal 164 104 375 66 111 0 1 400 142 77
Binary 1110100 1000100 11111101 110110 1001001 0 1 100000000 1100010 111111

Color Harmonies of #7444FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7444FD

Black with #7444FD

Text Example


Text Example

White with #7444FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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