Html Css Color HEX #9B7EFF Light Slate Blue

📋 copy color: '#9B7EFF'

red 155 ◦ green 126 ◦ blue 255

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

Shades of Light Slate Blue #9B7EFF

Tints of Light Slate Blue #9B7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.51%

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

R = 28.92%
G = 23.51%
B = 47.57%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B7EFF (or 0x9B7EFF) is known color: Light Slate Blue. HEX triplet: 9B, 7E and FF. RGB value is (155,126,255). Sum of RGB (Red+Green+Blue) = 155+126+255=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B7EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7EFF is #648100. Grayscale: #949494. Windows color (decimal): -6586625 or 16744091. OLE color: 16744091.

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

Color convert

RGB 155 126 255 -
CMYK 0.39 0.51 0 0
HSL 253.49º 1% 0.75% -
HSV(B) 253.49º 0.51% 1% -
XYZ 39.03 29.11 98.17 -
YUV 149.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 155 126 255 0.39 0.51 0 0 253.49 1 0.75
Hex 9B 7E FF 27 33 0 0 FD 64 4B
Octal 233 176 377 47 63 0 0 375 144 113
Binary 10011011 1111110 11111111 100111 110011 0 0 11111101 1100100 1001011

Color Harmonies of #9B7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7EFF

Black with #9B7EFF

Text Example


Text Example

White with #9B7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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