Html Css Color HEX #766CEF Medium Slate Blue

📋 copy color: '#766CEF'

red 118 ◦ green 108 ◦ blue 239

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

Shades of Medium Slate Blue #766CEF

Tints of Medium Slate Blue #766CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 25.38%
G = 23.23%
B = 51.4%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#766CEF (or 0x766CEF) is known color: Medium Slate Blue. HEX triplet: 76, 6C and EF. RGB value is (118,108,239). Sum of RGB (Red+Green+Blue) = 118+108+239=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #766CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CEF is #899310. Grayscale: #7D7D7D. Windows color (decimal): -9016081 or 15690870. OLE color: 15690870.

HSL color Cylindrical-coordinate representation of color #766CEF: hue angle of 244.58º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766CEF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 108 239 -
CMYK 0.51 0.55 0 0.06
HSL 244.58º 0.8% 0.68% -
HSV(B) 244.58º 0.55% 0.94% -
XYZ 28.41 20.81 84.18 -
YUV 125.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 118 108 239 0.51 0.55 0 0.06 244.58 0.8 0.68
Hex 76 6C EF 33 37 0 6 F5 50 44
Octal 166 154 357 63 67 0 6 365 120 104
Binary 1110110 1101100 11101111 110011 110111 0 110 11110101 1010000 1000100

Color Harmonies of #766CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CEF

Black with #766CEF

Text Example


Text Example

White with #766CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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