Html Css Color HEX #9B8CFF Light Slate Blue

📋 copy color: '#9B8CFF'

red 155 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #9B8CFF

Tints of Light Slate Blue #9B8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.45%

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

R = 28.18%
G = 25.45%
B = 46.36%

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

#9B8CFF (or 0x9B8CFF) is known color: Light Slate Blue. HEX triplet: 9B, 8C and FF. RGB value is (155,140,255). Sum of RGB (Red+Green+Blue) = 155+140+255=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8CFF is #647300. Grayscale: #9D9D9D. Windows color (decimal): -6583041 or 16747675. OLE color: 16747675.

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

Color convert

RGB 155 140 255 -
CMYK 0.39 0.45 0 0
HSL 247.83º 1% 0.77% -
HSV(B) 247.83º 0.45% 1% -
XYZ 40.95 32.94 98.81 -
YUV 157.6 182.97 126.15 -
System Red Green Blue C M Y K H S L
Decimal 155 140 255 0.39 0.45 0 0 247.83 1 0.77
Hex 9B 8C FF 27 2D 0 0 F8 64 4D
Octal 233 214 377 47 55 0 0 370 144 115
Binary 10011011 10001100 11111111 100111 101101 0 0 11111000 1100100 1001101

Color Harmonies of #9B8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8CFF

Black with #9B8CFF

Text Example


Text Example

White with #9B8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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