Html Css Color HEX #7A7DDF Medium Slate Blue

📋 copy color: '#7A7DDF'

red 122 ◦ green 125 ◦ blue 223

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

Shades of Medium Slate Blue #7A7DDF

Tints of Medium Slate Blue #7A7DDF

RGB

 RED value IS 122 (48.05% from 255) = 25.96%

 GREEN value IS 125 (49.22% from 255) = 26.6%

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

R = 25.96%
G = 26.6%
B = 47.45%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A7DDF (or 0x7A7DDF) is known color: Medium Slate Blue. HEX triplet: 7A, 7D and DF. RGB value is (122,125,223). Sum of RGB (Red+Green+Blue) = 122+125+223=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A7DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DDF is #858220. Grayscale: #868686. Windows color (decimal): -8749601 or 14646650. OLE color: 14646650.

HSL color Cylindrical-coordinate representation of color #7A7DDF: hue angle of 238.22º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A7DDF is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 125 223 -
CMYK 0.45 0.44 0 0.13
HSL 238.22º 0.61% 0.68% -
HSV(B) 238.22º 0.45% 0.87% -
XYZ 28.68 24.13 72.96 -
YUV 135.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 122 125 223 0.45 0.44 0 0.13 238.22 0.61 0.68
Hex 7A 7D DF 2D 2C 0 D EE 3D 44
Octal 172 175 337 55 54 0 15 356 75 104
Binary 1111010 1111101 11011111 101101 101100 0 1101 11101110 111101 1000100

Color Harmonies of #7A7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7DDF

Black with #7A7DDF

Text Example


Text Example

White with #7A7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A7DDF; }

 p { color: rgb(122,125,223); }

 H1.HeaderClassName
 {
   color: #7A7DDF;
 }
 .AnyTagClassName
 {
   color: #7A7DDF;
 }
</style>

background-color css

<style>
 a { background-color: #7A7DDF; }

 a { background-color: rgb(122,125,223); }

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

border-color css

<style>
 span { border-color: #7A7DDF; }

 span { border-color: rgb(122,125,223); }

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