Html Css Color HEX #7466DB Medium Slate Blue

📋 copy color: '#7466DB'

red 116 ◦ green 102 ◦ blue 219

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

Shades of Medium Slate Blue #7466DB

Tints of Medium Slate Blue #7466DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 26.54%
G = 23.34%
B = 50.11%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7466DB (or 0x7466DB) is known color: Medium Slate Blue. HEX triplet: 74, 66 and DB. RGB value is (116,102,219). Sum of RGB (Red+Green+Blue) = 116+102+219=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #7466DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7466DB is #8B9924. Grayscale: #777777. Windows color (decimal): -9148709 or 14378612. OLE color: 14378612.

HSL color Cylindrical-coordinate representation of color #7466DB: hue angle of 247.18º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7466DB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 102 219 -
CMYK 0.47 0.53 0 0.14
HSL 247.18º 0.62% 0.63% -
HSV(B) 247.18º 0.53% 0.86% -
XYZ 24.74 18.33 69.25 -
YUV 119.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 116 102 219 0.47 0.53 0 0.14 247.18 0.62 0.63
Hex 74 66 DB 2F 35 0 E F7 3E 3F
Octal 164 146 333 57 65 0 16 367 76 77
Binary 1110100 1100110 11011011 101111 110101 0 1110 11110111 111110 111111

Color Harmonies of #7466DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466DB

Black with #7466DB

Text Example


Text Example

White with #7466DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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