Html Css Color HEX #7767DF Medium Slate Blue

📋 copy color: '#7767DF'

red 119 ◦ green 103 ◦ blue 223

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

Shades of Medium Slate Blue #7767DF

Tints of Medium Slate Blue #7767DF

RGB

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

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

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

R = 26.74%
G = 23.15%
B = 50.11%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7767DF (or 0x7767DF) is known color: Medium Slate Blue. HEX triplet: 77, 67 and DF. RGB value is (119,103,223). Sum of RGB (Red+Green+Blue) = 119+103+223=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #7767DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767DF is #889820. Grayscale: #797979. Windows color (decimal): -8951841 or 14641015. OLE color: 14641015.

HSL color Cylindrical-coordinate representation of color #7767DF: hue angle of 248º 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 #7767DF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 103 223 -
CMYK 0.47 0.54 0 0.13
HSL 248º 0.65% 0.64% -
HSV(B) 248º 0.54% 0.87% -
XYZ 25.78 18.95 72.11 -
YUV 121.46 185.3 126.24 -
System Red Green Blue C M Y K H S L
Decimal 119 103 223 0.47 0.54 0 0.13 248 0.65 0.64
Hex 77 67 DF 2F 36 0 D F8 41 40
Octal 167 147 337 57 66 0 15 370 101 100
Binary 1110111 1100111 11011111 101111 110110 0 1101 11111000 1000001 1000000

Color Harmonies of #7767DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767DF

Black with #7767DF

Text Example


Text Example

White with #7767DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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