#9855FA

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

Shades of Light Slate Blue #9855FA

Tints of Light Slate Blue #9855FA

Color information

#9855FA (or 0x9855FA) is unknown color: approx Light Slate Blue. HEX triplet: 98, 55 and FA. RGB value is (152,85,250). Sum of RGB (Red+Green+Blue) = 152+85+250=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #9855FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9855FA is #67AA05. Grayscale: #7B7B7B. Windows color (decimal): -6793734 or 16405912. OLE color: 16405912.

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

Color convert

RGB15285250-
CMYK0.390.6600.02
HSL264.36º94.29%65.69%-
HSV(B)264.36º66%98.04%-
XYZ33.4520.0792.55-
YUV123.84199.2148.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 85 (33.59% from 255) = 17.45%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=31.21%
G=17.45%
B=51.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152852500.390.6600.02264.3694.2965.69
Hex9855FA2742021085e42
Octal2301253724710202410136102
Binary10011000101010111111010100111100001001010000100010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9855FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9855FA; }

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

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

<style>
 a { background-color: #9855FA; }

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

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

<style>
 span { border-color: #9855FA; }

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

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