Html Css Color HEX #9879F5 Light Slate Blue

📋 copy color: '#9879F5'

red 152 ◦ green 121 ◦ blue 245

#9879F5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9879F5

Tints of Light Slate Blue #9879F5

RGB

 RED value IS 152 (59.77% from 255) = 29.34%

 GREEN value IS 121 (47.66% from 255) = 23.36%

 BLUE value IS 245 (96.09% from 255) = 47.3%

R = 29.34%
G = 23.36%
B = 47.3%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9879F5 (or 0x9879F5) is known color: Light Slate Blue. HEX triplet: 98, 79 and F5. RGB value is (152,121,245). Sum of RGB (Red+Green+Blue) = 152+121+245=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #9879F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9879F5 is #67860A. Grayscale: #8F8F8F. Windows color (decimal): -6784523 or 16087448. OLE color: 16087448.

HSL color Cylindrical-coordinate representation of color #9879F5: hue angle of 255º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9879F5 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 121 245 -
CMYK 0.38 0.51 0 0.04
HSL 255º 0.86% 0.72% -
HSV(B) 255º 0.51% 0.96% -
XYZ 36.27 26.94 89.68 -
YUV 144.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 152 121 245 0.38 0.51 0 0.04 255 0.86 0.72
Hex 98 79 F5 26 33 0 4 FF 56 48
Octal 230 171 365 46 63 0 4 377 126 110
Binary 10011000 1111001 11110101 100110 110011 0 100 11111111 1010110 1001000

Color Harmonies of #9879F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9879F5

Black with #9879F5

Text Example


Text Example

White with #9879F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9879F5; }

 p { color: rgb(152,121,245); }

 H1.HeaderClassName
 {
   color: #9879F5;
 }
 .AnyTagClassName
 {
   color: #9879F5;
 }
</style>

background-color css

<style>
 a { background-color: #9879F5; }

 a { background-color: rgb(152,121,245); }

 div.DivClassName
 {
   background-color: #9879F5;
 }
 .BgClassName
 {
   background-color: #9879F5;
 }
</style>

border-color css

<style>
 span { border-color: #9879F5; }

 span { border-color: rgb(152,121,245); }

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