Html Css Color HEX #7469DE Medium Slate Blue

📋 copy color: '#7469DE'

red 116 ◦ green 105 ◦ blue 222

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

Shades of Medium Slate Blue #7469DE

Tints of Medium Slate Blue #7469DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 26.19%
G = 23.7%
B = 50.11%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7469DE (or 0x7469DE) is known color: Medium Slate Blue. HEX triplet: 74, 69 and DE. RGB value is (116,105,222). Sum of RGB (Red+Green+Blue) = 116+105+222=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #7469DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469DE is #8B9621. Grayscale: #797979. Windows color (decimal): -9147938 or 14575988. OLE color: 14575988.

HSL color Cylindrical-coordinate representation of color #7469DE: hue angle of 245.64º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7469DE is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 105 222 -
CMYK 0.48 0.53 0 0.13
HSL 245.64º 0.64% 0.64% -
HSV(B) 245.64º 0.53% 0.87% -
XYZ 25.44 19.09 71.45 -
YUV 121.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 116 105 222 0.48 0.53 0 0.13 245.64 0.64 0.64
Hex 74 69 DE 30 35 0 D F6 40 40
Octal 164 151 336 60 65 0 15 366 100 100
Binary 1110100 1101001 11011110 110000 110101 0 1101 11110110 1000000 1000000

Color Harmonies of #7469DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7469DE

Black with #7469DE

Text Example


Text Example

White with #7469DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7469DE; }

 p { color: rgb(116,105,222); }

 H1.HeaderClassName
 {
   color: #7469DE;
 }
 .AnyTagClassName
 {
   color: #7469DE;
 }
</style>

background-color css

<style>
 a { background-color: #7469DE; }

 a { background-color: rgb(116,105,222); }

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

border-color css

<style>
 span { border-color: #7469DE; }

 span { border-color: rgb(116,105,222); }

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