Html Css Color HEX #9B8DFF Light Slate Blue

📋 copy color: '#9B8DFF'

red 155 ◦ green 141 ◦ blue 255

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

Shades of Light Slate Blue #9B8DFF

Tints of Light Slate Blue #9B8DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.59%

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

R = 28.13%
G = 25.59%
B = 46.28%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B8DFF (or 0x9B8DFF) is known color: Light Slate Blue. HEX triplet: 9B, 8D and FF. RGB value is (155,141,255). Sum of RGB (Red+Green+Blue) = 155+141+255=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8DFF is #647200. Grayscale: #9D9D9D. Windows color (decimal): -6582785 or 16747931. OLE color: 16747931.

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

Color convert

RGB 155 141 255 -
CMYK 0.39 0.45 0 0
HSL 247.37º 1% 0.78% -
HSV(B) 247.37º 0.45% 1% -
XYZ 41.09 33.24 98.86 -
YUV 158.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 155 141 255 0.39 0.45 0 0 247.37 1 0.78
Hex 9B 8D FF 27 2D 0 0 F7 64 4E
Octal 233 215 377 47 55 0 0 367 144 116
Binary 10011011 10001101 11111111 100111 101101 0 0 11110111 1100100 1001110

Color Harmonies of #9B8DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8DFF

Black with #9B8DFF

Text Example


Text Example

White with #9B8DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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