Html Css Color HEX #7A69DD Medium Slate Blue

📋 copy color: '#7A69DD'

red 122 ◦ green 105 ◦ blue 221

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

Shades of Medium Slate Blue #7A69DD

Tints of Medium Slate Blue #7A69DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.44%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 27.23%
G = 23.44%
B = 49.33%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A69DD (or 0x7A69DD) is known color: Medium Slate Blue. HEX triplet: 7A, 69 and DD. RGB value is (122,105,221). Sum of RGB (Red+Green+Blue) = 122+105+221=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A69DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A69DD is #859622. Grayscale: #7A7A7A. Windows color (decimal): -8754723 or 14510458. OLE color: 14510458.

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

Color convert

RGB 122 105 221 -
CMYK 0.45 0.52 0 0.13
HSL 248.79º 0.63% 0.64% -
HSV(B) 248.79º 0.52% 0.87% -
XYZ 26.13 19.46 70.79 -
YUV 123.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 122 105 221 0.45 0.52 0 0.13 248.79 0.63 0.64
Hex 7A 69 DD 2D 34 0 D F9 3F 40
Octal 172 151 335 55 64 0 15 371 77 100
Binary 1111010 1101001 11011101 101101 110100 0 1101 11111001 111111 1000000

Color Harmonies of #7A69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A69DD

Black with #7A69DD

Text Example


Text Example

White with #7A69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,105,221); }

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

background-color css

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

 a { background-color: rgb(122,105,221); }

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

border-color css

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

 span { border-color: rgb(122,105,221); }

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