Html Css Color HEX #7279DF Medium Slate Blue

📋 copy color: '#7279DF'

red 114 ◦ green 121 ◦ blue 223

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

Shades of Medium Slate Blue #7279DF

Tints of Medium Slate Blue #7279DF

RGB

 RED value IS 114 (44.92% from 255) = 24.89%

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

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

R = 24.89%
G = 26.42%
B = 48.69%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7279DF (or 0x7279DF) is known color: Medium Slate Blue. HEX triplet: 72, 79 and DF. RGB value is (114,121,223). Sum of RGB (Red+Green+Blue) = 114+121+223=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #7279DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7279DF is #8D8620. Grayscale: #828282. Windows color (decimal): -9274913 or 14645618. OLE color: 14645618.

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

Color convert

RGB 114 121 223 -
CMYK 0.49 0.46 0 0.13
HSL 236.15º 0.63% 0.66% -
HSV(B) 236.15º 0.49% 0.87% -
XYZ 27.1 22.58 72.74 -
YUV 130.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 114 121 223 0.49 0.46 0 0.13 236.15 0.63 0.66
Hex 72 79 DF 31 2E 0 D EC 3F 42
Octal 162 171 337 61 56 0 15 354 77 102
Binary 1110010 1111001 11011111 110001 101110 0 1101 11101100 111111 1000010

Color Harmonies of #7279DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7279DF

Black with #7279DF

Text Example


Text Example

White with #7279DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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