Html Css Color HEX #766CE0 Medium Slate Blue

📋 copy color: '#766CE0'

red 118 ◦ green 108 ◦ blue 224

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

Shades of Medium Slate Blue #766CE0

Tints of Medium Slate Blue #766CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.78%

R = 26.22%
G = 24%
B = 49.78%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#766CE0 (or 0x766CE0) is known color: Medium Slate Blue. HEX triplet: 76, 6C and E0. RGB value is (118,108,224). Sum of RGB (Red+Green+Blue) = 118+108+224=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #766CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CE0 is #89931F. Grayscale: #7B7B7B. Windows color (decimal): -9016096 or 14707830. OLE color: 14707830.

HSL color Cylindrical-coordinate representation of color #766CE0: hue angle of 245.17º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766CE0 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 108 224 -
CMYK 0.47 0.52 0 0.12
HSL 245.17º 0.65% 0.65% -
HSV(B) 245.17º 0.52% 0.88% -
XYZ 26.29 19.96 72.99 -
YUV 124.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 118 108 224 0.47 0.52 0 0.12 245.17 0.65 0.65
Hex 76 6C E0 2F 34 0 C F5 41 41
Octal 166 154 340 57 64 0 14 365 101 101
Binary 1110110 1101100 11100000 101111 110100 0 1100 11110101 1000001 1000001

Color Harmonies of #766CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CE0

Black with #766CE0

Text Example


Text Example

White with #766CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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