#7E7BFF

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

Shades of Light Slate Blue #7E7BFF

Tints of Light Slate Blue #7E7BFF

Color information

#7E7BFF (or 0x7E7BFF) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 7B and FF. RGB value is (126,123,255). Sum of RGB (Red+Green+Blue) = 126+123+255=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E7BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7BFF is #818400. Grayscale: #8A8A8A. Windows color (decimal): -8487937 or 16743294. OLE color: 16743294.

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

Color convert

RGB126123255-
CMYK0.510.5200
HSL241.36º100%74.12%-
HSV(B)241.36º51.76%100%-
XYZ33.7425.8297.81-
YUV138.94193.49118.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 255 (100% from 255) = 50.60%
R=25%
G=24.40%
B=50.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1261232550.510.5200241.3610074.12
Hex7E7BFF333400f1644a
Octal176173377636400361144112
Binary1111110111101111111111110011110100001111000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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