#9878FF

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

Shades of Light Slate Blue #9878FF

Tints of Light Slate Blue #9878FF

Color information

#9878FF (or 0x9878FF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 78 and FF. RGB value is (152,120,255). Sum of RGB (Red+Green+Blue) = 152+120+255=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #9878FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9878FF is #678700. Grayscale: #909090. Windows color (decimal): -6784769 or 16742552. OLE color: 16742552.

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

Color convert

RGB152120255-
CMYK0.400.5300
HSL254.22º100%73.53%-
HSV(B)254.22º52.94%100%-
XYZ37.7227.3397.89-
YUV144.96190.1133.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.84%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 255 (100% from 255) = 48.39%
R=28.84%
G=22.77%
B=48.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521202550.400.5300254.2210073.53
Hex9878FF283500fe644a
Octal230170377506500376144112
Binary10011000111100011111111101000110101001111111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9878FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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