#8A65FF

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

Shades of Light Slate Blue #8A65FF

Tints of Light Slate Blue #8A65FF

Color information

#8A65FF (or 0x8A65FF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 65 and FF. RGB value is (138,101,255). Sum of RGB (Red+Green+Blue) = 138+101+255=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A65FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A65FF is #759A00. Grayscale: #818181. Windows color (decimal): -7707137 or 16737674. OLE color: 16737674.

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

Color convert

RGB138101255-
CMYK0.460.6000
HSL254.42º100%69.8%-
HSV(B)254.42º60.39%100%-
XYZ33.1821.9397.09-
YUV129.62198.76133.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 255 (100% from 255) = 51.62%
R=27.94%
G=20.45%
B=51.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381012550.460.6000254.4210069.8
Hex8A65FF2E3C00fe6446
Octal212145377567400376144106
Binary10001010110010111111111101110111100001111111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A65FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,101,255); }

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

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

 a { background-color: rgb(138,101,255); }

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

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

 span { border-color: rgb(138,101,255); }

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