#767CF1

Color #767CF1 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #767CF1

Tints of Medium Slate Blue #767CF1

Color information

#767CF1 (or 0x767CF1) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 7C and F1. RGB value is (118,124,241). Sum of RGB (Red+Green+Blue) = 118+124+241=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #767CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767CF1 is #89830E. Grayscale: #878787. Windows color (decimal): -9011983 or 15826038. OLE color: 15826038.

HSL color Cylindrical-coordinate representation of color #767CF1: hue angle of 237.07º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #767CF1 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118124241-
CMYK0.510.4900.05
HSL237.07º81.46%70.39%-
HSV(B)237.07º51.04%94.51%-
XYZ30.5624.6286.36-
YUV135.54187.51115.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.43%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 241 (94.53% from 255) = 49.90%
R=24.43%
G=25.67%
B=49.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1181242410.510.4900.05237.0781.4670.39
Hex767CF1333105ed5146
Octal166174361636105355121106
Binary111011011111001111000111001111000101011110110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,124,241); }

 H1.HeaderClassName
 {
   color: #767CF1;
 }
 .AnyTagClassName
 {
   color: #767CF1;
 }
</style>
background-color css

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

 a { background-color: rgb(118,124,241); }

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

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

 span { border-color: rgb(118,124,241); }

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