Html Css Color HEX #766CDC Medium Slate Blue

📋 copy color: '#766CDC'

red 118 ◦ green 108 ◦ blue 220

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

Shades of Medium Slate Blue #766CDC

Tints of Medium Slate Blue #766CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.22%

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 26.46%
G = 24.22%
B = 49.33%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#766CDC (or 0x766CDC) is known color: Medium Slate Blue. HEX triplet: 76, 6C and DC. RGB value is (118,108,220). Sum of RGB (Red+Green+Blue) = 118+108+220=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #766CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CDC is #899323. Grayscale: #7B7B7B. Windows color (decimal): -9016100 or 14445686. OLE color: 14445686.

HSL color Cylindrical-coordinate representation of color #766CDC: hue angle of 245.36º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766CDC is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 108 220 -
CMYK 0.46 0.51 0 0.14
HSL 245.36º 0.62% 0.64% -
HSV(B) 245.36º 0.51% 0.86% -
XYZ 25.75 19.74 70.16 -
YUV 123.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 118 108 220 0.46 0.51 0 0.14 245.36 0.62 0.64
Hex 76 6C DC 2E 33 0 E F5 3E 40
Octal 166 154 334 56 63 0 16 365 76 100
Binary 1110110 1101100 11011100 101110 110011 0 1110 11110101 111110 1000000

Color Harmonies of #766CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CDC

Black with #766CDC

Text Example


Text Example

White with #766CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,220); }

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

background-color css

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

 a { background-color: rgb(118,108,220); }

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

border-color css

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

 span { border-color: rgb(118,108,220); }

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