Html Css Color HEX #767EEF Medium Slate Blue

📋 copy color: '#767EEF'

red 118 ◦ green 126 ◦ blue 239

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

Shades of Medium Slate Blue #767EEF

Tints of Medium Slate Blue #767EEF

RGB

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

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

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

R = 24.43%
G = 26.09%
B = 49.48%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#767EEF (or 0x767EEF) is known color: Medium Slate Blue. HEX triplet: 76, 7E and EF. RGB value is (118,126,239). Sum of RGB (Red+Green+Blue) = 118+126+239=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #767EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767EEF is #898110. Grayscale: #888888. Windows color (decimal): -9011473 or 15695478. OLE color: 15695478.

HSL color Cylindrical-coordinate representation of color #767EEF: hue angle of 236.03º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #767EEF is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 126 239 -
CMYK 0.51 0.47 0 0.06
HSL 236.03º 0.79% 0.7% -
HSV(B) 236.03º 0.51% 0.94% -
XYZ 30.51 25.01 84.88 -
YUV 136.49 185.85 114.81 -
System Red Green Blue C M Y K H S L
Decimal 118 126 239 0.51 0.47 0 0.06 236.03 0.79 0.7
Hex 76 7E EF 33 2F 0 6 EC 4F 46
Octal 166 176 357 63 57 0 6 354 117 106
Binary 1110110 1111110 11101111 110011 101111 0 110 11101100 1001111 1000110

Color Harmonies of #767EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767EEF

Black with #767EEF

Text Example


Text Example

White with #767EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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