#7B81FE

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

Shades of Light Slate Blue #7B81FE

Tints of Light Slate Blue #7B81FE

Color information

#7B81FE (or 0x7B81FE) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 81 and FE. RGB value is (123,129,254). Sum of RGB (Red+Green+Blue) = 123+129+254=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B81FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B81FE is #847E01. Grayscale: #8C8C8C. Windows color (decimal): -8683010 or 16679291. OLE color: 16679291.

HSL color Cylindrical-coordinate representation of color #7B81FE: hue angle of 237.25º 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 #7B81FE is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB123129254-
CMYK0.520.4900.00
HSL237.25º98.5%73.92%-
HSV(B)237.25º51.57%99.61%-
XYZ33.9127.0797.2-
YUV141.46191.51114.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.31%
GREEN value IS 129 (50.78% from 255) = 25.49%
BLUE value IS 254 (99.61% from 255) = 50.20%
R=24.31%
G=25.49%
B=50.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1231292540.520.4900.00237.2598.573.92
Hex7B81FE343100ed624a
Octal173201376646100355142112
Binary11110111000000111111110110100110001001110110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B81FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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