#7767DB

Color #7767DB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7767DB

Tints of Medium Slate Blue #7767DB

Color information

#7767DB (or 0x7767DB) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 67 and DB. RGB value is (119,103,219). Sum of RGB (Red+Green+Blue) = 119+103+219=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #7767DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767DB is #889824. Grayscale: #787878. Windows color (decimal): -8951845 or 14378871. OLE color: 14378871.

HSL color Cylindrical-coordinate representation of color #7767DB: hue angle of 248.28º 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 #7767DB is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119103219-
CMYK0.460.5300.14
HSL248.28º61.7%63.14%-
HSV(B)248.28º52.97%85.88%-
XYZ25.2418.7469.3-
YUV121.01183.3126.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.98%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 219 (85.94% from 255) = 49.66%
R=26.98%
G=23.36%
B=49.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191032190.460.5300.14248.2861.763.14
Hex7767DB2E350Ef83e3f
Octal16714733356650163707677
Binary11101111100111110110111011101101010111011111000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7767DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,103,219); }

 H1.HeaderClassName
 {
   color: #7767DB;
 }
 .AnyTagClassName
 {
   color: #7767DB;
 }
</style>
background-color css

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

 a { background-color: rgb(119,103,219); }

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

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

 span { border-color: rgb(119,103,219); }

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