Html Css Color HEX #7445FA Medium Slate Blue

📋 copy color: '#7445FA'

red 116 ◦ green 69 ◦ blue 250

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

Shades of Medium Slate Blue #7445FA

Tints of Medium Slate Blue #7445FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.86%

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 26.67%
G = 15.86%
B = 57.47%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7445FA (or 0x7445FA) is known color: Medium Slate Blue. HEX triplet: 74, 45 and FA. RGB value is (116,69,250). Sum of RGB (Red+Green+Blue) = 116+69+250=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #7445FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7445FA is #8BBA05. Grayscale: #676767. Windows color (decimal): -9157126 or 16401780. OLE color: 16401780.

HSL color Cylindrical-coordinate representation of color #7445FA: hue angle of 255.58º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7445FA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 69 250 -
CMYK 0.54 0.72 0 0.02
HSL 255.58º 0.95% 0.63% -
HSV(B) 255.58º 0.72% 0.98% -
XYZ 26.59 14.87 91.91 -
YUV 103.69 210.57 136.78 -
System Red Green Blue C M Y K H S L
Decimal 116 69 250 0.54 0.72 0 0.02 255.58 0.95 0.63
Hex 74 45 FA 36 48 0 2 100 5F 3F
Octal 164 105 372 66 110 0 2 400 137 77
Binary 1110100 1000101 11111010 110110 1001000 0 10 100000000 1011111 111111

Color Harmonies of #7445FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7445FA

Black with #7445FA

Text Example


Text Example

White with #7445FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7445FA; }

 p { color: rgb(116,69,250); }

 H1.HeaderClassName
 {
   color: #7445FA;
 }
 .AnyTagClassName
 {
   color: #7445FA;
 }
</style>

background-color css

<style>
 a { background-color: #7445FA; }

 a { background-color: rgb(116,69,250); }

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

border-color css

<style>
 span { border-color: #7445FA; }

 span { border-color: rgb(116,69,250); }

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