#8165FD

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

Shades of Light Slate Blue #8165FD

Tints of Light Slate Blue #8165FD

Color information

#8165FD (or 0x8165FD) is unknown color: approx Light Slate Blue. HEX triplet: 81, 65 and FD. RGB value is (129,101,253). Sum of RGB (Red+Green+Blue) = 129+101+253=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #8165FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8165FD is #7E9A02. Grayscale: #7E7E7E. Windows color (decimal): -8296963 or 16606593. OLE color: 16606593.

HSL color Cylindrical-coordinate representation of color #8165FD: hue angle of 251.05º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8165FD is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129101253-
CMYK0.490.6000.01
HSL251.05º97.44%69.41%-
HSV(B)251.05º60.08%99.22%-
XYZ31.4421.0795.34-
YUV126.7199.28129.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.71%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=26.71%
G=20.91%
B=52.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291012530.490.6000.01251.0597.4469.41
Hex8165FD313C01fb6145
Octal201145375617401373141105
Binary10000001110010111111101110001111100011111101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8165FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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