Html Css Color HEX #767EEC Medium Slate Blue

📋 copy color: '#767EEC'

red 118 ◦ green 126 ◦ blue 236

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

Shades of Medium Slate Blue #767EEC

Tints of Medium Slate Blue #767EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 24.58%
G = 26.25%
B = 49.17%

CMYK

 C value IS 0.5

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#767EEC (or 0x767EEC) is known color: Medium Slate Blue. HEX triplet: 76, 7E and EC. RGB value is (118,126,236). Sum of RGB (Red+Green+Blue) = 118+126+236=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #767EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767EEC is #898113. Grayscale: #878787. Windows color (decimal): -9011476 or 15498870. OLE color: 15498870.

HSL color Cylindrical-coordinate representation of color #767EEC: hue angle of 235.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #767EEC is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 126 236 -
CMYK 0.5 0.47 0 0.07
HSL 235.93º 0.76% 0.69% -
HSV(B) 235.93º 0.5% 0.93% -
XYZ 30.07 24.83 82.56 -
YUV 136.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 118 126 236 0.5 0.47 0 0.07 235.93 0.76 0.69
Hex 76 7E EC 32 2F 0 7 EC 4C 45
Octal 166 176 354 62 57 0 7 354 114 105
Binary 1110110 1111110 11101100 110010 101111 0 111 11101100 1001100 1000101

Color Harmonies of #767EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767EEC

Black with #767EEC

Text Example


Text Example

White with #767EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767EEC; }

 p { color: rgb(118,126,236); }

 H1.HeaderClassName
 {
   color: #767EEC;
 }
 .AnyTagClassName
 {
   color: #767EEC;
 }
</style>

background-color css

<style>
 a { background-color: #767EEC; }

 a { background-color: rgb(118,126,236); }

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

border-color css

<style>
 span { border-color: #767EEC; }

 span { border-color: rgb(118,126,236); }

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