#8C65FD

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

Shades of Light Slate Blue #8C65FD

Tints of Light Slate Blue #8C65FD

Color information

#8C65FD (or 0x8C65FD) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 65 and FD. RGB value is (140,101,253). Sum of RGB (Red+Green+Blue) = 140+101+253=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C65FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C65FD is #739A02. Grayscale: #818181. Windows color (decimal): -7576067 or 16606604. OLE color: 16606604.

HSL color Cylindrical-coordinate representation of color #8C65FD: hue angle of 255.39º 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 #8C65FD is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140101253-
CMYK0.450.6000.01
HSL255.39º97.44%69.41%-
HSV(B)255.39º60.08%99.22%-
XYZ33.221.9795.42-
YUV129.99197.42135.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 253 (99.22% from 255) = 51.21%
R=28.34%
G=20.45%
B=51.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401012530.450.6000.01255.3997.4469.41
Hex8C65FD2D3C01ff6145
Octal214145375557401377141105
Binary10001100110010111111101101101111100011111111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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