#8165FA

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

Shades of Light Slate Blue #8165FA

Tints of Light Slate Blue #8165FA

Color information

#8165FA (or 0x8165FA) is unknown color: approx Light Slate Blue. HEX triplet: 81, 65 and FA. RGB value is (129,101,250). Sum of RGB (Red+Green+Blue) = 129+101+250=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #8165FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8165FA is #7E9A05. Grayscale: #7D7D7D. Windows color (decimal): -8296966 or 16409985. OLE color: 16409985.

HSL color Cylindrical-coordinate representation of color #8165FA: hue angle of 251.28º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8165FA is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129101250-
CMYK0.480.6000.02
HSL251.28º93.71%68.82%-
HSV(B)251.28º59.6%98.04%-
XYZ30.9620.8892.84-
YUV126.36197.78129.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.88%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 250 (98.05% from 255) = 52.08%
R=26.88%
G=21.04%
B=52.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291012500.480.6000.02251.2893.7168.82
Hex8165FA303C02fb5e45
Octal201145372607402373136105
Binary100000011100101111110101100001111000101111101110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8165FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8165FA; }

 p { color: rgb(129,101,250); }

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

<style>
 a { background-color: #8165FA; }

 a { background-color: rgb(129,101,250); }

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

<style>
 span { border-color: #8165FA; }

 span { border-color: rgb(129,101,250); }

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