Html Css Color HEX #7766DB Medium Slate Blue

📋 copy color: '#7766DB'

red 119 ◦ green 102 ◦ blue 219

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

Shades of Medium Slate Blue #7766DB

Tints of Medium Slate Blue #7766DB

RGB

 RED value IS 119 (46.88% from 255) = 27.05%

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

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

R = 27.05%
G = 23.18%
B = 49.77%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7766DB (or 0x7766DB) is known color: Medium Slate Blue. HEX triplet: 77, 66 and DB. RGB value is (119,102,219). Sum of RGB (Red+Green+Blue) = 119+102+219=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #7766DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766DB is #889924. Grayscale: #777777. Windows color (decimal): -8952101 or 14378615. OLE color: 14378615.

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

Color convert

RGB 119 102 219 -
CMYK 0.46 0.53 0 0.14
HSL 248.72º 0.62% 0.63% -
HSV(B) 248.72º 0.53% 0.86% -
XYZ 25.15 18.54 69.27 -
YUV 120.42 183.63 126.99 -
System Red Green Blue C M Y K H S L
Decimal 119 102 219 0.46 0.53 0 0.14 248.72 0.62 0.63
Hex 77 66 DB 2E 35 0 E F9 3E 3F
Octal 167 146 333 56 65 0 16 371 76 77
Binary 1110111 1100110 11011011 101110 110101 0 1110 11111001 111110 111111

Color Harmonies of #7766DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7766DB

Black with #7766DB

Text Example


Text Example

White with #7766DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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