#8B68FF

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

Shades of Light Slate Blue #8B68FF

Tints of Light Slate Blue #8B68FF

Color information

#8B68FF (or 0x8B68FF) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 68 and FF. RGB value is (139,104,255). Sum of RGB (Red+Green+Blue) = 139+104+255=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B68FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B68FF is #749700. Grayscale: #838383. Windows color (decimal): -7640833 or 16738443. OLE color: 16738443.

HSL color Cylindrical-coordinate representation of color #8B68FF: hue angle of 253.91º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B68FF is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB139104255-
CMYK0.450.5900
HSL253.91º100%70.39%-
HSV(B)253.91º59.22%100%-
XYZ33.6522.6197.2-
YUV131.68197.6133.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 104 (41.02% from 255) = 20.88%
BLUE value IS 255 (100% from 255) = 51.20%
R=27.91%
G=20.88%
B=51.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1391042550.450.5900253.9110070.39
Hex8B68FF2D3B00fe6446
Octal213150377557300376144106
Binary10001011110100011111111101101111011001111111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B68FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,255); }

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

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

 a { background-color: rgb(139,104,255); }

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

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

 span { border-color: rgb(139,104,255); }

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