Html Css Color HEX #9B7EFB Light Slate Blue

📋 copy color: '#9B7EFB'

red 155 ◦ green 126 ◦ blue 251

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

Shades of Light Slate Blue #9B7EFB

Tints of Light Slate Blue #9B7EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.18%

R = 29.14%
G = 23.68%
B = 47.18%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B7EFB (or 0x9B7EFB) is known color: Light Slate Blue. HEX triplet: 9B, 7E and FB. RGB value is (155,126,251). Sum of RGB (Red+Green+Blue) = 155+126+251=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B7EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7EFB is #648104. Grayscale: #949494. Windows color (decimal): -6586629 or 16481947. OLE color: 16481947.

HSL color Cylindrical-coordinate representation of color #9B7EFB: hue angle of 253.92º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B7EFB is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 126 251 -
CMYK 0.38 0.50 0 0.02
HSL 253.92º 0.94% 0.74% -
HSV(B) 253.92º 0.5% 0.98% -
XYZ 38.39 28.86 94.81 -
YUV 148.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 155 126 251 0.38 0.50 0 0.02 253.92 0.94 0.74
Hex 9B 7E FB 26 32 0 2 FE 5E 4A
Octal 233 176 373 46 62 0 2 376 136 112
Binary 10011011 1111110 11111011 100110 110010 0 10 11111110 1011110 1001010

Color Harmonies of #9B7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7EFB

Black with #9B7EFB

Text Example


Text Example

White with #9B7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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