#7842FC

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

Shades of Medium Slate Blue #7842FC

Tints of Medium Slate Blue #7842FC

Color information

#7842FC (or 0x7842FC) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 42 and FC. RGB value is (120,66,252). Sum of RGB (Red+Green+Blue) = 120+66+252=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #7842FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7842FC is #87BD03. Grayscale: #666666. Windows color (decimal): -8895748 or 16532088. OLE color: 16532088.

HSL color Cylindrical-coordinate representation of color #7842FC: hue angle of 257.42º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7842FC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12066252-
CMYK0.520.7400.01
HSL257.42º96.88%62.35%-
HSV(B)257.42º73.81%98.82%-
XYZ27.2614.9293.54-
YUV103.35211.89139.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.40%
GREEN value IS 66 (26.17% from 255) = 15.07%
BLUE value IS 252 (98.83% from 255) = 57.53%
R=27.40%
G=15.07%
B=57.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal120662520.520.7400.01257.4296.8862.35
Hex7842FC344A01101613e
Octal170102374641120140114176
Binary11110001000010111111001101001001010011000000011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7842FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7842FC; }

 p { color: rgb(120,66,252); }

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

<style>
 a { background-color: #7842FC; }

 a { background-color: rgb(120,66,252); }

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

<style>
 span { border-color: #7842FC; }

 span { border-color: rgb(120,66,252); }

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