Html Css Color HEX #9B8CDD Wistful

📋 copy color: '#9B8CDD'

red 155 ◦ green 140 ◦ blue 221

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

Shades of Wistful #9B8CDD

Tints of Wistful #9B8CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 30.04%
G = 27.13%
B = 42.83%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B8CDD (or 0x9B8CDD) is known color: Wistful. HEX triplet: 9B, 8C and DD. RGB value is (155,140,221). Sum of RGB (Red+Green+Blue) = 155+140+221=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CDD is #647322. Grayscale: #999999. Windows color (decimal): -6583075 or 14519451. OLE color: 14519451.

HSL color Cylindrical-coordinate representation of color #9B8CDD: hue angle of 251.11º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B8CDD is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 140 221 -
CMYK 0.30 0.37 0 0.13
HSL 251.11º 0.54% 0.71% -
HSV(B) 251.11º 0.37% 0.87% -
XYZ 35.95 30.95 72.49 -
YUV 153.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 155 140 221 0.30 0.37 0 0.13 251.11 0.54 0.71
Hex 9B 8C DD 1E 25 0 D FB 36 47
Octal 233 214 335 36 45 0 15 373 66 107
Binary 10011011 10001100 11011101 11110 100101 0 1101 11111011 110110 1000111

Color Harmonies of #9B8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8CDD

Black with #9B8CDD

Text Example


Text Example

White with #9B8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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