#985BFA

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

Shades of Light Slate Blue #985BFA

Tints of Light Slate Blue #985BFA

Color information

#985BFA (or 0x985BFA) is unknown color: approx Light Slate Blue. HEX triplet: 98, 5B and FA. RGB value is (152,91,250). Sum of RGB (Red+Green+Blue) = 152+91+250=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #985BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985BFA is #67A405. Grayscale: #7E7E7E. Windows color (decimal): -6792198 or 16407448. OLE color: 16407448.

HSL color Cylindrical-coordinate representation of color #985BFA: hue angle of 263.02º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #985BFA is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15291250-
CMYK0.390.6400.02
HSL263.02º94.08%66.86%-
HSV(B)263.02º63.6%98.04%-
XYZ33.9521.0692.72-
YUV127.36197.21145.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 91 (35.94% from 255) = 18.46%
BLUE value IS 250 (98.05% from 255) = 50.71%
R=30.83%
G=18.46%
B=50.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152912500.390.6400.02263.0294.0866.86
Hex985BFA2740021075e43
Octal2301333724710002407136103
Binary10011000101101111111010100111100000001010000011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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