Html Css Color HEX #767FEC Medium Slate Blue

📋 copy color: '#767FEC'

red 118 ◦ green 127 ◦ blue 236

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

Shades of Medium Slate Blue #767FEC

Tints of Medium Slate Blue #767FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.4%

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

R = 24.53%
G = 26.4%
B = 49.06%

CMYK

 C value IS 0.5

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#767FEC (or 0x767FEC) is known color: Medium Slate Blue. HEX triplet: 76, 7F and EC. RGB value is (118,127,236). Sum of RGB (Red+Green+Blue) = 118+127+236=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #767FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767FEC is #898013. Grayscale: #888888. Windows color (decimal): -9011220 or 15499126. OLE color: 15499126.

HSL color Cylindrical-coordinate representation of color #767FEC: hue angle of 235.42º 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 #767FEC is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 127 236 -
CMYK 0.5 0.46 0 0.07
HSL 235.42º 0.76% 0.69% -
HSV(B) 235.42º 0.5% 0.93% -
XYZ 30.2 25.09 82.61 -
YUV 136.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 118 127 236 0.5 0.46 0 0.07 235.42 0.76 0.69
Hex 76 7F EC 32 2E 0 7 EB 4C 45
Octal 166 177 354 62 56 0 7 353 114 105
Binary 1110110 1111111 11101100 110010 101110 0 111 11101011 1001100 1000101

Color Harmonies of #767FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FEC

Black with #767FEC

Text Example


Text Example

White with #767FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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