Html Css Color HEX #7767DD Medium Slate Blue

📋 copy color: '#7767DD'

red 119 ◦ green 103 ◦ blue 221

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

Shades of Medium Slate Blue #7767DD

Tints of Medium Slate Blue #7767DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.25%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 26.86%
G = 23.25%
B = 49.89%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7767DD (or 0x7767DD) is known color: Medium Slate Blue. HEX triplet: 77, 67 and DD. RGB value is (119,103,221). Sum of RGB (Red+Green+Blue) = 119+103+221=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #7767DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767DD is #889822. Grayscale: #787878. Windows color (decimal): -8951843 or 14509943. OLE color: 14509943.

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

Color convert

RGB 119 103 221 -
CMYK 0.46 0.53 0 0.13
HSL 248.14º 0.63% 0.64% -
HSV(B) 248.14º 0.53% 0.87% -
XYZ 25.51 18.84 70.7 -
YUV 121.24 184.3 126.41 -
System Red Green Blue C M Y K H S L
Decimal 119 103 221 0.46 0.53 0 0.13 248.14 0.63 0.64
Hex 77 67 DD 2E 35 0 D F8 3F 40
Octal 167 147 335 56 65 0 15 370 77 100
Binary 1110111 1100111 11011101 101110 110101 0 1101 11111000 111111 1000000

Color Harmonies of #7767DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767DD

Black with #7767DD

Text Example


Text Example

White with #7767DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7767DD;
 }
 .AnyTagClassName
 {
   color: #7767DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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