Html Css Color HEX #7479DF Medium Slate Blue

📋 copy color: '#7479DF'

red 116 ◦ green 121 ◦ blue 223

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

Shades of Medium Slate Blue #7479DF

Tints of Medium Slate Blue #7479DF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 25.22%
G = 26.3%
B = 48.48%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7479DF (or 0x7479DF) is known color: Medium Slate Blue. HEX triplet: 74, 79 and DF. RGB value is (116,121,223). Sum of RGB (Red+Green+Blue) = 116+121+223=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #7479DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479DF is #8B8620. Grayscale: #828282. Windows color (decimal): -9143841 or 14645620. OLE color: 14645620.

HSL color Cylindrical-coordinate representation of color #7479DF: hue angle of 237.2º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7479DF is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 121 223 -
CMYK 0.48 0.46 0 0.13
HSL 237.2º 0.63% 0.66% -
HSV(B) 237.2º 0.48% 0.87% -
XYZ 27.36 22.72 72.75 -
YUV 131.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 116 121 223 0.48 0.46 0 0.13 237.2 0.63 0.66
Hex 74 79 DF 30 2E 0 D ED 3F 42
Octal 164 171 337 60 56 0 15 355 77 102
Binary 1110100 1111001 11011111 110000 101110 0 1101 11101101 111111 1000010

Color Harmonies of #7479DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7479DF

Black with #7479DF

Text Example


Text Example

White with #7479DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7479DF; }

 p { color: rgb(116,121,223); }

 H1.HeaderClassName
 {
   color: #7479DF;
 }
 .AnyTagClassName
 {
   color: #7479DF;
 }
</style>

background-color css

<style>
 a { background-color: #7479DF; }

 a { background-color: rgb(116,121,223); }

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

border-color css

<style>
 span { border-color: #7479DF; }

 span { border-color: rgb(116,121,223); }

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