#8C7BF1

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

Shades of Light Slate Blue #8C7BF1

Tints of Light Slate Blue #8C7BF1

Color information

#8C7BF1 (or 0x8C7BF1) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 7B and F1. RGB value is (140,123,241). Sum of RGB (Red+Green+Blue) = 140+123+241=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C7BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7BF1 is #73840E. Grayscale: #8D8D8D. Windows color (decimal): -7570447 or 15825804. OLE color: 15825804.

HSL color Cylindrical-coordinate representation of color #8C7BF1: hue angle of 248.64º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C7BF1 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140123241-
CMYK0.420.4900.05
HSL248.64º80.82%71.37%-
HSV(B)248.64º48.96%94.51%-
XYZ33.7826.0986.48-
YUV141.54184.13126.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 241 (94.53% from 255) = 47.82%
R=27.78%
G=24.40%
B=47.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1401232410.420.4900.05248.6480.8271.37
Hex8C7BF12A3105f95147
Octal214173361526105371121107
Binary1000110011110111111000110101011000101011111100110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7BF1; }

 p { color: rgb(140,123,241); }

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

<style>
 a { background-color: #8C7BF1; }

 a { background-color: rgb(140,123,241); }

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

<style>
 span { border-color: #8C7BF1; }

 span { border-color: rgb(140,123,241); }

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