#7B76FE

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

Shades of Light Slate Blue #7B76FE

Tints of Light Slate Blue #7B76FE

Color information

#7B76FE (or 0x7B76FE) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 76 and FE. RGB value is (123,118,254). Sum of RGB (Red+Green+Blue) = 123+118+254=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B76FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B76FE is #848901. Grayscale: #868686. Windows color (decimal): -8685826 or 16676475. OLE color: 16676475.

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

Color convert

RGB123118254-
CMYK0.520.5400.00
HSL242.21º98.55%72.94%-
HSV(B)242.21º53.54%99.61%-
XYZ32.5424.3296.75-
YUV135195.16119.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.85%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=24.85%
G=23.84%
B=51.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1231182540.520.5400.00242.2198.5572.94
Hex7B76FE343600f26349
Octal173166376646600362143111
Binary1111011111011011111110110100110110001111001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B76FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,118,254); }

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

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

 a { background-color: rgb(123,118,254); }

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

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

 span { border-color: rgb(123,118,254); }

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