#867CFF

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

Shades of Light Slate Blue #867CFF

Tints of Light Slate Blue #867CFF

Color information

#867CFF (or 0x867CFF) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7C and FF. RGB value is (134,124,255). Sum of RGB (Red+Green+Blue) = 134+124+255=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #867CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CFF is #798300. Grayscale: #8D8D8D. Windows color (decimal): -7963393 or 16743558. OLE color: 16743558.

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

Color convert

RGB134124255-
CMYK0.470.5100
HSL244.58º100%74.31%-
HSV(B)244.58º51.37%100%-
XYZ35.0926.797.91-
YUV141.92191.81122.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 255 (100% from 255) = 49.71%
R=26.12%
G=24.17%
B=49.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1341242550.470.5100244.5810074.31
Hex867CFF2F3300f5644a
Octal206174377576300365144112
Binary10000110111110011111111101111110011001111010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867CFF; }

 p { color: rgb(134,124,255); }

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

<style>
 a { background-color: #867CFF; }

 a { background-color: rgb(134,124,255); }

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

<style>
 span { border-color: #867CFF; }

 span { border-color: rgb(134,124,255); }

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