Html Css Color HEX #9B83FB Light Slate Blue

📋 copy color: '#9B83FB'

red 155 ◦ green 131 ◦ blue 251

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

Shades of Light Slate Blue #9B83FB

Tints of Light Slate Blue #9B83FB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.39%

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

R = 28.86%
G = 24.39%
B = 46.74%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B83FB (or 0x9B83FB) is known color: Light Slate Blue. HEX triplet: 9B, 83 and FB. RGB value is (155,131,251). Sum of RGB (Red+Green+Blue) = 155+131+251=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B83FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B83FB is #647C04. Grayscale: #979797. Windows color (decimal): -6585349 or 16483227. OLE color: 16483227.

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

Color convert

RGB 155 131 251 -
CMYK 0.38 0.48 0 0.02
HSL 252º 0.94% 0.75% -
HSV(B) 252º 0.48% 0.98% -
XYZ 39.05 30.17 95.03 -
YUV 151.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 155 131 251 0.38 0.48 0 0.02 252 0.94 0.75
Hex 9B 83 FB 26 30 0 2 FC 5E 4B
Octal 233 203 373 46 60 0 2 374 136 113
Binary 10011011 10000011 11111011 100110 110000 0 10 11111100 1011110 1001011

Color Harmonies of #9B83FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B83FB

Black with #9B83FB

Text Example


Text Example

White with #9B83FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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