Html Css Color HEX #9B83F9 Light Slate Blue

📋 copy color: '#9B83F9'

red 155 ◦ green 131 ◦ blue 249

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

Shades of Light Slate Blue #9B83F9

Tints of Light Slate Blue #9B83F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.54%

R = 28.97%
G = 24.49%
B = 46.54%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B83F9 (or 0x9B83F9) is known color: Light Slate Blue. HEX triplet: 9B, 83 and F9. RGB value is (155,131,249). Sum of RGB (Red+Green+Blue) = 155+131+249=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #9B83F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B83F9 is #647C06. Grayscale: #979797. Windows color (decimal): -6585351 or 16352155. OLE color: 16352155.

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

Color convert

RGB 155 131 249 -
CMYK 0.38 0.47 0 0.02
HSL 252.2º 0.91% 0.75% -
HSV(B) 252.2º 0.47% 0.98% -
XYZ 38.73 30.04 93.38 -
YUV 151.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 155 131 249 0.38 0.47 0 0.02 252.2 0.91 0.75
Hex 9B 83 F9 26 2F 0 2 FC 5B 4B
Octal 233 203 371 46 57 0 2 374 133 113
Binary 10011011 10000011 11111001 100110 101111 0 10 11111100 1011011 1001011

Color Harmonies of #9B83F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B83F9

Black with #9B83F9

Text Example


Text Example

White with #9B83F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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