Html Css Color HEX #766CDA Medium Slate Blue

📋 copy color: '#766CDA'

red 118 ◦ green 108 ◦ blue 218

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

Shades of Medium Slate Blue #766CDA

Tints of Medium Slate Blue #766CDA

RGB

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

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

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

R = 26.58%
G = 24.32%
B = 49.1%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#766CDA (or 0x766CDA) is known color: Medium Slate Blue. HEX triplet: 76, 6C and DA. RGB value is (118,108,218). Sum of RGB (Red+Green+Blue) = 118+108+218=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #766CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CDA is #899325. Grayscale: #7B7B7B. Windows color (decimal): -9016102 or 14314614. OLE color: 14314614.

HSL color Cylindrical-coordinate representation of color #766CDA: hue angle of 245.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766CDA is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 108 218 -
CMYK 0.46 0.50 0 0.15
HSL 245.45º 0.6% 0.64% -
HSV(B) 245.45º 0.5% 0.85% -
XYZ 25.49 19.64 68.78 -
YUV 123.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 118 108 218 0.46 0.50 0 0.15 245.45 0.6 0.64
Hex 76 6C DA 2E 32 0 F F5 3C 40
Octal 166 154 332 56 62 0 17 365 74 100
Binary 1110110 1101100 11011010 101110 110010 0 1111 11110101 111100 1000000

Color Harmonies of #766CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CDA

Black with #766CDA

Text Example


Text Example

White with #766CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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