#7B86FA

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

Shades of Light Slate Blue #7B86FA

Tints of Light Slate Blue #7B86FA

Color information

#7B86FA (or 0x7B86FA) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 86 and FA. RGB value is (123,134,250). Sum of RGB (Red+Green+Blue) = 123+134+250=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B86FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B86FA is #847905. Grayscale: #8F8F8F. Windows color (decimal): -8681734 or 16418427. OLE color: 16418427.

HSL color Cylindrical-coordinate representation of color #7B86FA: hue angle of 234.8º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B86FA is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB123134250-
CMYK0.510.4600.02
HSL234.8º92.7%73.14%-
HSV(B)234.8º50.8%98.04%-
XYZ33.9528.1694.09-
YUV143.94187.86113.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.26%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=24.26%
G=26.43%
B=49.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1231342500.510.4600.02234.892.773.14
Hex7B86FA332E02eb5d49
Octal173206372635602353135111
Binary111101110000110111110101100111011100101110101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,134,250); }

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

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

 a { background-color: rgb(123,134,250); }

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

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

 span { border-color: rgb(123,134,250); }

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