Html Css Color HEX #767EE2 Medium Slate Blue

📋 copy color: '#767EE2'

red 118 ◦ green 126 ◦ blue 226

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

Shades of Medium Slate Blue #767EE2

Tints of Medium Slate Blue #767EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.09%

R = 25.11%
G = 26.81%
B = 48.09%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#767EE2 (or 0x767EE2) is known color: Medium Slate Blue. HEX triplet: 76, 7E and E2. RGB value is (118,126,226). Sum of RGB (Red+Green+Blue) = 118+126+226=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 226 - color contains mainly: blue. Hex color #767EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EE2 is #89811D. Grayscale: #868686. Windows color (decimal): -9011486 or 14843510. OLE color: 14843510.

HSL color Cylindrical-coordinate representation of color #767EE2: hue angle of 235.56º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #767EE2 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 126 226 -
CMYK 0.48 0.44 0 0.11
HSL 235.56º 0.65% 0.67% -
HSV(B) 235.56º 0.48% 0.89% -
XYZ 28.66 24.26 75.12 -
YUV 135.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 118 126 226 0.48 0.44 0 0.11 235.56 0.65 0.67
Hex 76 7E E2 30 2C 0 B EC 41 43
Octal 166 176 342 60 54 0 13 354 101 103
Binary 1110110 1111110 11100010 110000 101100 0 1011 11101100 1000001 1000011

Color Harmonies of #767EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767EE2

Black with #767EE2

Text Example


Text Example

White with #767EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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