Html Css Color HEX #7466DF Medium Slate Blue

📋 copy color: '#7466DF'

red 116 ◦ green 102 ◦ blue 223

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

Shades of Medium Slate Blue #7466DF

Tints of Medium Slate Blue #7466DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.13%

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

R = 26.3%
G = 23.13%
B = 50.57%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7466DF (or 0x7466DF) is known color: Medium Slate Blue. HEX triplet: 74, 66 and DF. RGB value is (116,102,223). Sum of RGB (Red+Green+Blue) = 116+102+223=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #7466DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7466DF is #8B9920. Grayscale: #777777. Windows color (decimal): -9148705 or 14640756. OLE color: 14640756.

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

Color convert

RGB 116 102 223 -
CMYK 0.48 0.54 0 0.13
HSL 246.94º 0.65% 0.64% -
HSV(B) 246.94º 0.54% 0.87% -
XYZ 25.27 18.54 72.06 -
YUV 119.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 116 102 223 0.48 0.54 0 0.13 246.94 0.65 0.64
Hex 74 66 DF 30 36 0 D F7 41 40
Octal 164 146 337 60 66 0 15 367 101 100
Binary 1110100 1100110 11011111 110000 110110 0 1101 11110111 1000001 1000000

Color Harmonies of #7466DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466DF

Black with #7466DF

Text Example


Text Example

White with #7466DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7466DF; }

 p { color: rgb(116,102,223); }

 H1.HeaderClassName
 {
   color: #7466DF;
 }
 .AnyTagClassName
 {
   color: #7466DF;
 }
</style>

background-color css

<style>
 a { background-color: #7466DF; }

 a { background-color: rgb(116,102,223); }

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

border-color css

<style>
 span { border-color: #7466DF; }

 span { border-color: rgb(116,102,223); }

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