Html Css Color HEX #766FDA Medium Slate Blue

📋 copy color: '#766FDA'

red 118 ◦ green 111 ◦ blue 218

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

Shades of Medium Slate Blue #766FDA

Tints of Medium Slate Blue #766FDA

RGB

 RED value IS 118 (46.48% from 255) = 26.4%

 GREEN value IS 111 (43.75% from 255) = 24.83%

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 26.4%
G = 24.83%
B = 48.77%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#766FDA (or 0x766FDA) is known color: Medium Slate Blue. HEX triplet: 76, 6F and DA. RGB value is (118,111,218). Sum of RGB (Red+Green+Blue) = 118+111+218=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #766FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FDA is #899025. Grayscale: #7C7C7C. Windows color (decimal): -9015334 or 14315382. OLE color: 14315382.

HSL color Cylindrical-coordinate representation of color #766FDA: hue angle of 243.93º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766FDA is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 111 218 -
CMYK 0.46 0.49 0 0.15
HSL 243.93º 0.59% 0.65% -
HSV(B) 243.93º 0.49% 0.85% -
XYZ 25.81 20.28 68.88 -
YUV 125.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 118 111 218 0.46 0.49 0 0.15 243.93 0.59 0.65
Hex 76 6F DA 2E 31 0 F F4 3B 41
Octal 166 157 332 56 61 0 17 364 73 101
Binary 1110110 1101111 11011010 101110 110001 0 1111 11110100 111011 1000001

Color Harmonies of #766FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FDA

Black with #766FDA

Text Example


Text Example

White with #766FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766FDA; }

 p { color: rgb(118,111,218); }

 H1.HeaderClassName
 {
   color: #766FDA;
 }
 .AnyTagClassName
 {
   color: #766FDA;
 }
</style>

background-color css

<style>
 a { background-color: #766FDA; }

 a { background-color: rgb(118,111,218); }

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

border-color css

<style>
 span { border-color: #766FDA; }

 span { border-color: rgb(118,111,218); }

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