#7671F8

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

Shades of Medium Slate Blue #7671F8

Tints of Medium Slate Blue #7671F8

Color information

#7671F8 (or 0x7671F8) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 71 and F8. RGB value is (118,113,248). Sum of RGB (Red+Green+Blue) = 118+113+248=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 248 (97.27% from 255 or 51.77% from 479); Max value from RGB is 248 - color contains mainly: blue. Hex color #7671F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7671F8 is #898E07. Grayscale: #818181. Windows color (decimal): -9014792 or 16281974. OLE color: 16281974.

HSL color Cylindrical-coordinate representation of color #7671F8: hue angle of 242.22º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7671F8 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118113248-
CMYK0.520.5400.03
HSL242.22º90.6%70.78%-
HSV(B)242.22º54.44%97.25%-
XYZ30.3222.4491.54-
YUV129.88194.66119.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 248 (97.27% from 255) = 51.77%
R=24.63%
G=23.59%
B=51.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1181132480.520.5400.03242.2290.670.78
Hex7671F8343603f25b47
Octal166161370646603362133107
Binary11101101110001111110001101001101100111111001010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7671F8; }

 p { color: rgb(118,113,248); }

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

<style>
 a { background-color: #7671F8; }

 a { background-color: rgb(118,113,248); }

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

<style>
 span { border-color: #7671F8; }

 span { border-color: rgb(118,113,248); }

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