#985bff

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

Shades of Light Slate Blue #985BFF

Tints of Light Slate Blue #985BFF

Color information

#985BFF (or 0x985BFF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 5B and FF. RGB value is (152,91,255). Sum of RGB (Red+Green+Blue) = 152+91+255=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #985BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985BFF is #67A400. Grayscale: #7F7F7F. Windows color (decimal): -6792193 or 16735128. OLE color: 16735128.

HSL color Cylindrical-coordinate representation of color #985BFF: hue angle of 262.32º 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 #985BFF is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15291255-
CMYK0.400.6400
HSL262.32º100%67.84%-
HSV(B)262.32º64.31%100%-
XYZ34.7421.3896.9-
YUV127.94199.71145.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 91 (35.94% from 255) = 18.27%
BLUE value IS 255 (100% from 255) = 51.20%
R=30.52%
G=18.27%
B=51.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152912550.400.6400262.3210067.84
Hex985BFF2840001066444
Octal2301333775010000406144104
Binary1001100010110111111111110100010000000010000011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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