#7B7FFE

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

Shades of Light Slate Blue #7B7FFE

Tints of Light Slate Blue #7B7FFE

Color information

#7B7FFE (or 0x7B7FFE) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 7F and FE. RGB value is (123,127,254). Sum of RGB (Red+Green+Blue) = 123+127+254=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B7FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7FFE is #848001. Grayscale: #8B8B8B. Windows color (decimal): -8683522 or 16678779. OLE color: 16678779.

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

Color convert

RGB123127254-
CMYK0.520.5000.00
HSL238.17º98.5%73.92%-
HSV(B)238.17º51.57%99.61%-
XYZ33.6526.5597.12-
YUV140.28192.17115.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.40%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=24.40%
G=25.20%
B=50.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1231272540.520.5000.00238.1798.573.92
Hex7B7FFE343200ee624a
Octal173177376646200356142112
Binary1111011111111111111110110100110010001110111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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