#867BEE

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

Shades of Light Slate Blue #867BEE

Tints of Light Slate Blue #867BEE

Color information

#867BEE (or 0x867BEE) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7B and EE. RGB value is (134,123,238). Sum of RGB (Red+Green+Blue) = 134+123+238=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #867BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867BEE is #798411. Grayscale: #8A8A8A. Windows color (decimal): -7963666 or 15629190. OLE color: 15629190.

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

Color convert

RGB134123238-
CMYK0.440.4800.07
HSL245.74º77.18%70.78%-
HSV(B)245.74º48.32%93.33%-
XYZ32.3525.4184.09-
YUV139.4183.64124.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 238 (93.36% from 255) = 48.08%
R=27.07%
G=24.85%
B=48.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341232380.440.4800.07245.7477.1870.78
Hex867BEE2C3007f64d47
Octal206173356546007366115107
Binary1000011011110111110111010110011000001111111011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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