#9765FE

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

Shades of Light Slate Blue #9765FE

Tints of Light Slate Blue #9765FE

Color information

#9765FE (or 0x9765FE) is unknown color: approx Light Slate Blue. HEX triplet: 97, 65 and FE. RGB value is (151,101,254). Sum of RGB (Red+Green+Blue) = 151+101+254=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #9765FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9765FE is #689A01. Grayscale: #848484. Windows color (decimal): -6855170 or 16672151. OLE color: 16672151.

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

Color convert

RGB151101254-
CMYK0.410.6000.00
HSL259.61º98.71%69.61%-
HSV(B)259.61º60.24%99.61%-
XYZ35.3123.0496.35-
YUV133.39196.06140.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 101 (39.84% from 255) = 19.96%
BLUE value IS 254 (99.61% from 255) = 50.20%
R=29.84%
G=19.96%
B=50.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511012540.410.6000.00259.6198.7169.61
Hex9765FE293C001046346
Octal227145376517400404143106
Binary100101111100101111111101010011111000010000010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9765FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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