Html Css Color HEX #9B78FE Light Slate Blue

📋 copy color: '#9B78FE'

red 155 ◦ green 120 ◦ blue 254

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

Shades of Light Slate Blue #9B78FE

Tints of Light Slate Blue #9B78FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.68%

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

R = 29.3%
G = 22.68%
B = 48.02%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B78FE (or 0x9B78FE) is known color: Light Slate Blue. HEX triplet: 9B, 78 and FE. RGB value is (155,120,254). Sum of RGB (Red+Green+Blue) = 155+120+254=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B78FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B78FE is #648701. Grayscale: #919191. Windows color (decimal): -6588162 or 16677019. OLE color: 16677019.

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

Color convert

RGB 155 120 254 -
CMYK 0.39 0.53 0 0.00
HSL 255.67º 0.99% 0.73% -
HSV(B) 255.67º 0.53% 1% -
XYZ 38.12 27.56 97.08 -
YUV 145.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 155 120 254 0.39 0.53 0 0.00 255.67 0.99 0.73
Hex 9B 78 FE 27 35 0 0 100 63 49
Octal 233 170 376 47 65 0 0 400 143 111
Binary 10011011 1111000 11111110 100111 110101 0 0 100000000 1100011 1001001

Color Harmonies of #9B78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B78FE

Black with #9B78FE

Text Example


Text Example

White with #9B78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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