Html Css Color HEX #7444EF Medium Slate Blue

📋 copy color: '#7444EF'

red 116 ◦ green 68 ◦ blue 239

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

Shades of Medium Slate Blue #7444EF

Tints of Medium Slate Blue #7444EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 27.42%
G = 16.08%
B = 56.5%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7444EF (or 0x7444EF) is known color: Medium Slate Blue. HEX triplet: 74, 44 and EF. RGB value is (116,68,239). Sum of RGB (Red+Green+Blue) = 116+68+239=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #7444EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7444EF is #8BBB10. Grayscale: #656565. Windows color (decimal): -9157393 or 15680628. OLE color: 15680628.

HSL color Cylindrical-coordinate representation of color #7444EF: hue angle of 256.84º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7444EF is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 68 239 -
CMYK 0.51 0.72 0 0.06
HSL 256.84º 0.84% 0.6% -
HSV(B) 256.84º 0.72% 0.94% -
XYZ 24.85 14.08 83.07 -
YUV 101.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 116 68 239 0.51 0.72 0 0.06 256.84 0.84 0.6
Hex 74 44 EF 33 48 0 6 101 54 3C
Octal 164 104 357 63 110 0 6 401 124 74
Binary 1110100 1000100 11101111 110011 1001000 0 110 100000001 1010100 111100

Color Harmonies of #7444EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7444EF

Black with #7444EF

Text Example


Text Example

White with #7444EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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