Html Css Color HEX #7468DE Medium Slate Blue

📋 copy color: '#7468DE'

red 116 ◦ green 104 ◦ blue 222

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

Shades of Medium Slate Blue #7468DE

Tints of Medium Slate Blue #7468DE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.53%

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

R = 26.24%
G = 23.53%
B = 50.23%

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

#7468DE (or 0x7468DE) is known color: Medium Slate Blue. HEX triplet: 74, 68 and DE. RGB value is (116,104,222). Sum of RGB (Red+Green+Blue) = 116+104+222=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #7468DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7468DE is #8B9721. Grayscale: #787878. Windows color (decimal): -9148194 or 14575732. OLE color: 14575732.

HSL color Cylindrical-coordinate representation of color #7468DE: hue angle of 246.1º 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 #7468DE is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 104 222 -
CMYK 0.48 0.53 0 0.13
HSL 246.1º 0.64% 0.64% -
HSV(B) 246.1º 0.53% 0.87% -
XYZ 25.34 18.89 71.42 -
YUV 121.04 184.98 124.41 -
System Red Green Blue C M Y K H S L
Decimal 116 104 222 0.48 0.53 0 0.13 246.1 0.64 0.64
Hex 74 68 DE 30 35 0 D F6 40 40
Octal 164 150 336 60 65 0 15 366 100 100
Binary 1110100 1101000 11011110 110000 110101 0 1101 11110110 1000000 1000000

Color Harmonies of #7468DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7468DE

Black with #7468DE

Text Example


Text Example

White with #7468DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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