#867fee

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

Shades of Light Slate Blue #867FEE

Tints of Light Slate Blue #867FEE

Color information

#867FEE (or 0x867FEE) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7F and EE. RGB value is (134,127,238). Sum of RGB (Red+Green+Blue) = 134+127+238=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #867FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867FEE is #798011. Grayscale: #8D8D8D. Windows color (decimal): -7962642 or 15630214. OLE color: 15630214.

HSL color Cylindrical-coordinate representation of color #867FEE: hue angle of 243.78º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #867FEE is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134127238-
CMYK0.440.4700.07
HSL243.78º76.55%71.57%-
HSV(B)243.78º46.64%93.33%-
XYZ32.8526.4284.26-
YUV141.75182.32122.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.85%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 238 (93.36% from 255) = 47.70%
R=26.85%
G=25.45%
B=47.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341272380.440.4700.07243.7876.5571.57
Hex867FEE2C2F07f44d48
Octal206177356545707364115110
Binary1000011011111111110111010110010111101111111010010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867fee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,238); }

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

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

 a { background-color: rgb(134,127,238); }

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

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

 span { border-color: rgb(134,127,238); }

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