Html Css Color HEX #7444F2 Medium Slate Blue

📋 copy color: '#7444F2'

red 116 ◦ green 68 ◦ blue 242

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

Shades of Medium Slate Blue #7444F2

Tints of Medium Slate Blue #7444F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.81%

R = 27.23%
G = 15.96%
B = 56.81%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7444F2 (or 0x7444F2) is known color: Medium Slate Blue. HEX triplet: 74, 44 and F2. RGB value is (116,68,242). Sum of RGB (Red+Green+Blue) = 116+68+242=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #7444F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7444F2 is #8BBB0D. Grayscale: #656565. Windows color (decimal): -9157390 or 15877236. OLE color: 15877236.

HSL color Cylindrical-coordinate representation of color #7444F2: hue angle of 256.55º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7444F2 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 68 242 -
CMYK 0.52 0.72 0 0.05
HSL 256.55º 0.87% 0.61% -
HSV(B) 256.55º 0.72% 0.95% -
XYZ 25.3 14.26 85.42 -
YUV 102.19 206.9 137.85 -
System Red Green Blue C M Y K H S L
Decimal 116 68 242 0.52 0.72 0 0.05 256.55 0.87 0.61
Hex 74 44 F2 34 48 0 5 101 57 3D
Octal 164 104 362 64 110 0 5 401 127 75
Binary 1110100 1000100 11110010 110100 1001000 0 101 100000001 1010111 111101

Color Harmonies of #7444F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7444F2

Black with #7444F2

Text Example


Text Example

White with #7444F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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