Html Css Color HEX #9B83F8 Light Slate Blue

📋 copy color: '#9B83F8'

red 155 ◦ green 131 ◦ blue 248

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

Shades of Light Slate Blue #9B83F8

Tints of Light Slate Blue #9B83F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.44%

R = 29.03%
G = 24.53%
B = 46.44%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9B83F8 (or 0x9B83F8) is known color: Light Slate Blue. HEX triplet: 9B, 83 and F8. RGB value is (155,131,248). Sum of RGB (Red+Green+Blue) = 155+131+248=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #9B83F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B83F8 is #647C07. Grayscale: #979797. Windows color (decimal): -6585352 or 16286619. OLE color: 16286619.

HSL color Cylindrical-coordinate representation of color #9B83F8: hue angle of 252.31º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B83F8 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 131 248 -
CMYK 0.38 0.47 0 0.03
HSL 252.31º 0.89% 0.74% -
HSV(B) 252.31º 0.47% 0.97% -
XYZ 38.58 29.98 92.56 -
YUV 151.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 155 131 248 0.38 0.47 0 0.03 252.31 0.89 0.74
Hex 9B 83 F8 26 2F 0 3 FC 59 4A
Octal 233 203 370 46 57 0 3 374 131 112
Binary 10011011 10000011 11111000 100110 101111 0 11 11111100 1011001 1001010

Color Harmonies of #9B83F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B83F8

Black with #9B83F8

Text Example


Text Example

White with #9B83F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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