Html Css Color HEX #9B77FF Light Slate Blue

📋 copy color: '#9B77FF'

red 155 ◦ green 119 ◦ blue 255

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

Shades of Light Slate Blue #9B77FF

Tints of Light Slate Blue #9B77FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 29.3%
G = 22.5%
B = 48.2%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B77FF (or 0x9B77FF) is known color: Light Slate Blue. HEX triplet: 9B, 77 and FF. RGB value is (155,119,255). Sum of RGB (Red+Green+Blue) = 155+119+255=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B77FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B77FF is #648800. Grayscale: #909090. Windows color (decimal): -6588417 or 16742299. OLE color: 16742299.

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

Color convert

RGB 155 119 255 -
CMYK 0.39 0.53 0 0
HSL 255.88º 1% 0.73% -
HSV(B) 255.88º 0.53% 1% -
XYZ 38.16 27.38 97.88 -
YUV 145.27 189.93 134.94 -
System Red Green Blue C M Y K H S L
Decimal 155 119 255 0.39 0.53 0 0 255.88 1 0.73
Hex 9B 77 FF 27 35 0 0 100 64 49
Octal 233 167 377 47 65 0 0 400 144 111
Binary 10011011 1110111 11111111 100111 110101 0 0 100000000 1100100 1001001

Color Harmonies of #9B77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B77FF

Black with #9B77FF

Text Example


Text Example

White with #9B77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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