Html Css Color HEX #9B7FFF Light Slate Blue

📋 copy color: '#9B7FFF'

red 155 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #9B7FFF

Tints of Light Slate Blue #9B7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.65%

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

R = 28.86%
G = 23.65%
B = 47.49%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B7FFF (or 0x9B7FFF) is known color: Light Slate Blue. HEX triplet: 9B, 7F and FF. RGB value is (155,127,255). Sum of RGB (Red+Green+Blue) = 155+127+255=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7FFF is #648000. Grayscale: #959595. Windows color (decimal): -6586369 or 16744347. OLE color: 16744347.

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

Color convert

RGB 155 127 255 -
CMYK 0.39 0.50 0 0
HSL 253.13º 1% 0.75% -
HSV(B) 253.13º 0.5% 1% -
XYZ 39.16 29.37 98.21 -
YUV 149.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 155 127 255 0.39 0.50 0 0 253.13 1 0.75
Hex 9B 7F FF 27 32 0 0 FD 64 4B
Octal 233 177 377 47 62 0 0 375 144 113
Binary 10011011 1111111 11111111 100111 110010 0 0 11111101 1100100 1001011

Color Harmonies of #9B7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7FFF

Black with #9B7FFF

Text Example


Text Example

White with #9B7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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