#9865FE

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

Shades of Light Slate Blue #9865FE

Tints of Light Slate Blue #9865FE

Color information

#9865FE (or 0x9865FE) is unknown color: approx Light Slate Blue. HEX triplet: 98, 65 and FE. RGB value is (152,101,254). Sum of RGB (Red+Green+Blue) = 152+101+254=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #9865FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9865FE is #679A01. Grayscale: #858585. Windows color (decimal): -6789634 or 16672152. OLE color: 16672152.

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

Color convert

RGB152101254-
CMYK0.400.6000.00
HSL260º98.71%69.61%-
HSV(B)260º60.24%99.61%-
XYZ35.4923.1496.36-
YUV133.69195.9141.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 101 (39.84% from 255) = 19.92%
BLUE value IS 254 (99.61% from 255) = 50.10%
R=29.98%
G=19.92%
B=50.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1521012540.400.6000.0026098.7169.61
Hex9865FE283C001046346
Octal230145376507400404143106
Binary100110001100101111111101010001111000010000010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9865FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9865FE; }

 p { color: rgb(152,101,254); }

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

<style>
 a { background-color: #9865FE; }

 a { background-color: rgb(152,101,254); }

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

<style>
 span { border-color: #9865FE; }

 span { border-color: rgb(152,101,254); }

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