Html Css Color HEX #9B79F9 Light Slate Blue

📋 copy color: '#9B79F9'

red 155 ◦ green 121 ◦ blue 249

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

Shades of Light Slate Blue #9B79F9

Tints of Light Slate Blue #9B79F9

RGB

 RED value IS 155 (60.94% from 255) = 29.52%

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

 BLUE value IS 249 (97.66% from 255) = 47.43%

R = 29.52%
G = 23.05%
B = 47.43%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B79F9 (or 0x9B79F9) is known color: Light Slate Blue. HEX triplet: 9B, 79 and F9. RGB value is (155,121,249). Sum of RGB (Red+Green+Blue) = 155+121+249=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #9B79F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B79F9 is #648606. Grayscale: #919191. Windows color (decimal): -6587911 or 16349595. OLE color: 16349595.

HSL color Cylindrical-coordinate representation of color #9B79F9: hue angle of 255.94º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B79F9 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 121 249 -
CMYK 0.38 0.51 0 0.02
HSL 255.94º 0.91% 0.73% -
HSV(B) 255.94º 0.51% 0.98% -
XYZ 37.45 27.48 92.95 -
YUV 145.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 155 121 249 0.38 0.51 0 0.02 255.94 0.91 0.73
Hex 9B 79 F9 26 33 0 2 100 5B 49
Octal 233 171 371 46 63 0 2 400 133 111
Binary 10011011 1111001 11111001 100110 110011 0 10 100000000 1011011 1001001

Color Harmonies of #9B79F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B79F9

Black with #9B79F9

Text Example


Text Example

White with #9B79F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B79F9; }

 p { color: rgb(155,121,249); }

 H1.HeaderClassName
 {
   color: #9B79F9;
 }
 .AnyTagClassName
 {
   color: #9B79F9;
 }
</style>

background-color css

<style>
 a { background-color: #9B79F9; }

 a { background-color: rgb(155,121,249); }

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

border-color css

<style>
 span { border-color: #9B79F9; }

 span { border-color: rgb(155,121,249); }

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