#7B79FF

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

Shades of Light Slate Blue #7B79FF

Tints of Light Slate Blue #7B79FF

Color information

#7B79FF (or 0x7B79FF) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 79 and FF. RGB value is (123,121,255). Sum of RGB (Red+Green+Blue) = 123+121+255=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B79FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B79FF is #848600. Grayscale: #888888. Windows color (decimal): -8685057 or 16742779. OLE color: 16742779.

HSL color Cylindrical-coordinate representation of color #7B79FF: hue angle of 240.9º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B79FF is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB123121255-
CMYK0.520.5300
HSL240.9º100%73.73%-
HSV(B)240.9º52.55%100%-
XYZ33.0625.1197.71-
YUV136.87194.66118.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.65%
GREEN value IS 121 (47.66% from 255) = 24.25%
BLUE value IS 255 (100% from 255) = 51.10%
R=24.65%
G=24.25%
B=51.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231212550.520.5300240.910073.73
Hex7B79FF343500f1644a
Octal173171377646500361144112
Binary1111011111100111111111110100110101001111000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B79FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B79FF; }

 p { color: rgb(123,121,255); }

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

<style>
 a { background-color: #7B79FF; }

 a { background-color: rgb(123,121,255); }

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

<style>
 span { border-color: #7B79FF; }

 span { border-color: rgb(123,121,255); }

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