#985CFF

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

Shades of Light Slate Blue #985CFF

Tints of Light Slate Blue #985CFF

Color information

#985CFF (or 0x985CFF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 5C and FF. RGB value is (152,92,255). Sum of RGB (Red+Green+Blue) = 152+92+255=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #985CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985CFF is #67A300. Grayscale: #7F7F7F. Windows color (decimal): -6791937 or 16735384. OLE color: 16735384.

HSL color Cylindrical-coordinate representation of color #985CFF: hue angle of 262.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #985CFF is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15292255-
CMYK0.400.6400
HSL262.09º100%68.04%-
HSV(B)262.09º63.92%100%-
XYZ34.8321.5596.93-
YUV128.52199.38144.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 92 (36.33% from 255) = 18.44%
BLUE value IS 255 (100% from 255) = 51.10%
R=30.46%
G=18.44%
B=51.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152922550.400.6400262.0910068.04
Hex985CFF2840001066444
Octal2301343775010000406144104
Binary1001100010111001111111110100010000000010000011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985CFF; }

 p { color: rgb(152,92,255); }

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

<style>
 a { background-color: #985CFF; }

 a { background-color: rgb(152,92,255); }

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

<style>
 span { border-color: #985CFF; }

 span { border-color: rgb(152,92,255); }

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