#8B61FF

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

Shades of Light Slate Blue #8B61FF

Tints of Light Slate Blue #8B61FF

Color information

#8B61FF (or 0x8B61FF) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 61 and FF. RGB value is (139,97,255). Sum of RGB (Red+Green+Blue) = 139+97+255=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B61FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B61FF is #749E00. Grayscale: #7E7E7E. Windows color (decimal): -7642625 or 16736651. OLE color: 16736651.

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

Color convert

RGB13997255-
CMYK0.450.6200
HSL255.95º100%69.02%-
HSV(B)255.95º61.96%100%-
XYZ32.9721.2696.97-
YUV127.57199.91136.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.31%
GREEN value IS 97 (38.28% from 255) = 19.76%
BLUE value IS 255 (100% from 255) = 51.93%
R=28.31%
G=19.76%
B=51.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal139972550.450.6200255.9510069.02
Hex8B61FF2D3E001006445
Octal213141377557600400144105
Binary100010111100001111111111011011111100010000000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B61FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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