Html Css Color HEX #767AED Medium Slate Blue

📋 copy color: '#767AED'

red 118 ◦ green 122 ◦ blue 237

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

Shades of Medium Slate Blue #767AED

Tints of Medium Slate Blue #767AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.58%

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 24.74%
G = 25.58%
B = 49.69%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#767AED (or 0x767AED) is known color: Medium Slate Blue. HEX triplet: 76, 7A and ED. RGB value is (118,122,237). Sum of RGB (Red+Green+Blue) = 118+122+237=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #767AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767AED is #898512. Grayscale: #858585. Windows color (decimal): -9012499 or 15563382. OLE color: 15563382.

HSL color Cylindrical-coordinate representation of color #767AED: hue angle of 237.98º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #767AED is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 122 237 -
CMYK 0.50 0.49 0 0.07
HSL 237.98º 0.77% 0.7% -
HSV(B) 237.98º 0.5% 0.93% -
XYZ 29.72 23.89 83.16 -
YUV 133.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 118 122 237 0.50 0.49 0 0.07 237.98 0.77 0.7
Hex 76 7A ED 32 31 0 7 EE 4D 46
Octal 166 172 355 62 61 0 7 356 115 106
Binary 1110110 1111010 11101101 110010 110001 0 111 11101110 1001101 1000110

Color Harmonies of #767AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767AED

Black with #767AED

Text Example


Text Example

White with #767AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,122,237); }

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

background-color css

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

 a { background-color: rgb(118,122,237); }

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

border-color css

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

 span { border-color: rgb(118,122,237); }

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