Html Css Color HEX #9B79FE Light Slate Blue

📋 copy color: '#9B79FE'

red 155 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #9B79FE

Tints of Light Slate Blue #9B79FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 29.25%
G = 22.83%
B = 47.92%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B79FE (or 0x9B79FE) is known color: Light Slate Blue. HEX triplet: 9B, 79 and FE. RGB value is (155,121,254). Sum of RGB (Red+Green+Blue) = 155+121+254=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B79FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B79FE is #648601. Grayscale: #919191. Windows color (decimal): -6587906 or 16677275. OLE color: 16677275.

HSL color Cylindrical-coordinate representation of color #9B79FE: hue angle of 255.34º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B79FE is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 121 254 -
CMYK 0.39 0.52 0 0.00
HSL 255.34º 0.99% 0.74% -
HSV(B) 255.34º 0.52% 1% -
XYZ 38.24 27.8 97.12 -
YUV 146.33 188.76 134.19 -
System Red Green Blue C M Y K H S L
Decimal 155 121 254 0.39 0.52 0 0.00 255.34 0.99 0.74
Hex 9B 79 FE 27 34 0 0 FF 63 4A
Octal 233 171 376 47 64 0 0 377 143 112
Binary 10011011 1111001 11111110 100111 110100 0 0 11111111 1100011 1001010

Color Harmonies of #9B79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B79FE

Black with #9B79FE

Text Example


Text Example

White with #9B79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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