Html Css Color HEX #767FED Medium Slate Blue

📋 copy color: '#767FED'

red 118 ◦ green 127 ◦ blue 237

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

Shades of Medium Slate Blue #767FED

Tints of Medium Slate Blue #767FED

RGB

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

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

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

R = 24.48%
G = 26.35%
B = 49.17%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#767FED (or 0x767FED) is known color: Medium Slate Blue. HEX triplet: 76, 7F and ED. RGB value is (118,127,237). Sum of RGB (Red+Green+Blue) = 118+127+237=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #767FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767FED is #898012. Grayscale: #888888. Windows color (decimal): -9011219 or 15564662. OLE color: 15564662.

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

Color convert

RGB 118 127 237 -
CMYK 0.50 0.46 0 0.07
HSL 235.46º 0.77% 0.7% -
HSV(B) 235.46º 0.5% 0.93% -
XYZ 30.35 25.14 83.37 -
YUV 136.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 118 127 237 0.50 0.46 0 0.07 235.46 0.77 0.7
Hex 76 7F ED 32 2E 0 7 EB 4D 46
Octal 166 177 355 62 56 0 7 353 115 106
Binary 1110110 1111111 11101101 110010 101110 0 111 11101011 1001101 1000110

Color Harmonies of #767FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FED

Black with #767FED

Text Example


Text Example

White with #767FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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