Html Css Color HEX #766CDD Medium Slate Blue

📋 copy color: '#766CDD'

red 118 ◦ green 108 ◦ blue 221

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

Shades of Medium Slate Blue #766CDD

Tints of Medium Slate Blue #766CDD

RGB

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

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

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

R = 26.4%
G = 24.16%
B = 49.44%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#766CDD (or 0x766CDD) is known color: Medium Slate Blue. HEX triplet: 76, 6C and DD. RGB value is (118,108,221). Sum of RGB (Red+Green+Blue) = 118+108+221=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #766CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CDD is #899322. Grayscale: #7B7B7B. Windows color (decimal): -9016099 or 14511222. OLE color: 14511222.

HSL color Cylindrical-coordinate representation of color #766CDD: hue angle of 245.31º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766CDD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 108 221 -
CMYK 0.47 0.51 0 0.13
HSL 245.31º 0.62% 0.65% -
HSV(B) 245.31º 0.51% 0.87% -
XYZ 25.88 19.8 70.86 -
YUV 123.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 118 108 221 0.47 0.51 0 0.13 245.31 0.62 0.65
Hex 76 6C DD 2F 33 0 D F5 3E 41
Octal 166 154 335 57 63 0 15 365 76 101
Binary 1110110 1101100 11011101 101111 110011 0 1101 11110101 111110 1000001

Color Harmonies of #766CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CDD

Black with #766CDD

Text Example


Text Example

White with #766CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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