#9785FF

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

Shades of Light Slate Blue #9785FF

Tints of Light Slate Blue #9785FF

Color information

#9785FF (or 0x9785FF) is unknown color: approx Light Slate Blue. HEX triplet: 97, 85 and FF. RGB value is (151,133,255). Sum of RGB (Red+Green+Blue) = 151+133+255=539 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.01% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #9785FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9785FF is #687A00. Grayscale: #979797. Windows color (decimal): -6846977 or 16745879. OLE color: 16745879.

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

Color convert

RGB151133255-
CMYK0.410.4800
HSL248.85º100%76.08%-
HSV(B)248.85º47.84%100%-
XYZ39.230.5798.44-
YUV152.29185.96127.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.01%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 255 (100% from 255) = 47.31%
R=28.01%
G=24.68%
B=47.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511332550.410.4800248.8510076.08
Hex9785FF293000f9644c
Octal227205377516000371144114
Binary100101111000010111111111101001110000001111100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9785FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9785FF; }

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

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

<style>
 a { background-color: #9785FF; }

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

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

<style>
 span { border-color: #9785FF; }

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

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