Html Css Color HEX #9B77FE Light Slate Blue

📋 copy color: '#9B77FE'

red 155 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #9B77FE

Tints of Light Slate Blue #9B77FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.54%

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

R = 29.36%
G = 22.54%
B = 48.11%

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

#9B77FE (or 0x9B77FE) is known color: Light Slate Blue. HEX triplet: 9B, 77 and FE. RGB value is (155,119,254). Sum of RGB (Red+Green+Blue) = 155+119+254=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B77FE is #648801. Grayscale: #909090. Windows color (decimal): -6588418 or 16676763. OLE color: 16676763.

HSL color Cylindrical-coordinate representation of color #9B77FE: hue angle of 256º 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 #9B77FE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 119 254 -
CMYK 0.39 0.53 0 0.00
HSL 256º 0.99% 0.73% -
HSV(B) 256º 0.53% 1% -
XYZ 38 27.32 97.04 -
YUV 145.15 189.43 135.02 -
System Red Green Blue C M Y K H S L
Decimal 155 119 254 0.39 0.53 0 0.00 256 0.99 0.73
Hex 9B 77 FE 27 35 0 0 100 63 49
Octal 233 167 376 47 65 0 0 400 143 111
Binary 10011011 1110111 11111110 100111 110101 0 0 100000000 1100011 1001001

Color Harmonies of #9B77FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B77FE

Black with #9B77FE

Text Example


Text Example

White with #9B77FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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