#9B65FE

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

Shades of Light Slate Blue #9B65FE

Tints of Light Slate Blue #9B65FE

Color information

#9B65FE (or 0x9B65FE) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 65 and FE. RGB value is (155,101,254). Sum of RGB (Red+Green+Blue) = 155+101+254=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B65FE is #649A01. Grayscale: #868686. Windows color (decimal): -6593026 or 16672155. OLE color: 16672155.

HSL color Cylindrical-coordinate representation of color #9B65FE: hue angle of 261.18º 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 #9B65FE is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB155101254-
CMYK0.390.6000.00
HSL261.18º98.71%69.61%-
HSV(B)261.18º60.24%99.61%-
XYZ36.0623.4396.39-
YUV134.59195.39142.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 101 (39.84% from 255) = 19.80%
BLUE value IS 254 (99.61% from 255) = 49.80%
R=30.39%
G=19.80%
B=49.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1551012540.390.6000.00261.1898.7169.61
Hex9B65FE273C001056346
Octal233145376477400405143106
Binary100110111100101111111101001111111000010000010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B65FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B65FE; }

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

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

<style>
 a { background-color: #9B65FE; }

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

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

<style>
 span { border-color: #9B65FE; }

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

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