#7671F2

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

Shades of Medium Slate Blue #7671F2

Tints of Medium Slate Blue #7671F2

Color information

#7671F2 (or 0x7671F2) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 71 and F2. RGB value is (118,113,242). Sum of RGB (Red+Green+Blue) = 118+113+242=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #7671F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7671F2 is #898E0D. Grayscale: #808080. Windows color (decimal): -9014798 or 15888758. OLE color: 15888758.

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

Color convert

RGB118113242-
CMYK0.510.5300.05
HSL242.33º83.23%69.61%-
HSV(B)242.33º53.31%94.9%-
XYZ29.422.0786.72-
YUV129.2191.66120.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 242 (94.92% from 255) = 51.16%
R=24.95%
G=23.89%
B=51.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1181132420.510.5300.05242.3383.2369.61
Hex7671F2333505f25346
Octal166161362636505362123106
Binary111011011100011111001011001111010101011111001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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