Html Css Color HEX #7C69DD Medium Slate Blue

📋 copy color: '#7C69DD'

red 124 ◦ green 105 ◦ blue 221

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

Shades of Medium Slate Blue #7C69DD

Tints of Medium Slate Blue #7C69DD

RGB

 RED value IS 124 (48.83% from 255) = 27.56%

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

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

R = 27.56%
G = 23.33%
B = 49.11%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C69DD (or 0x7C69DD) is known color: Medium Slate Blue. HEX triplet: 7C, 69 and DD. RGB value is (124,105,221). Sum of RGB (Red+Green+Blue) = 124+105+221=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C69DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69DD is #839622. Grayscale: #7B7B7B. Windows color (decimal): -8623651 or 14510460. OLE color: 14510460.

HSL color Cylindrical-coordinate representation of color #7C69DD: hue angle of 249.83º 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 #7C69DD is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 105 221 -
CMYK 0.44 0.52 0 0.13
HSL 249.83º 0.63% 0.64% -
HSV(B) 249.83º 0.52% 0.87% -
XYZ 26.41 19.61 70.8 -
YUV 123.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 124 105 221 0.44 0.52 0 0.13 249.83 0.63 0.64
Hex 7C 69 DD 2C 34 0 D FA 3F 40
Octal 174 151 335 54 64 0 15 372 77 100
Binary 1111100 1101001 11011101 101100 110100 0 1101 11111010 111111 1000000

Color Harmonies of #7C69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C69DD

Black with #7C69DD

Text Example


Text Example

White with #7C69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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