#9768ff

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

Shades of Light Slate Blue #9768FF

Tints of Light Slate Blue #9768FF

Color information

#9768FF (or 0x9768FF) is unknown color: approx Light Slate Blue. HEX triplet: 97, 68 and FF. RGB value is (151,104,255). Sum of RGB (Red+Green+Blue) = 151+104+255=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #9768FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9768FF is #689700. Grayscale: #868686. Windows color (decimal): -6854401 or 16738455. OLE color: 16738455.

HSL color Cylindrical-coordinate representation of color #9768FF: hue angle of 258.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9768FF is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB151104255-
CMYK0.410.5900
HSL258.68º100%70.39%-
HSV(B)258.68º59.22%100%-
XYZ35.7623.797.3-
YUV135.27195.57139.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 104 (41.02% from 255) = 20.39%
BLUE value IS 255 (100% from 255) = 50%
R=29.61%
G=20.39%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511042550.410.5900258.6810070.39
Hex9768FF293B001036446
Octal227150377517300403144106
Binary100101111101000111111111010011110110010000001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9768ff; }

 p { color: rgb(151,104,255); }

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

<style>
 a { background-color: #9768ff; }

 a { background-color: rgb(151,104,255); }

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

<style>
 span { border-color: #9768ff; }

 span { border-color: rgb(151,104,255); }

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