Html Css Color HEX #9B8EDD Wistful

📋 copy color: '#9B8EDD'

red 155 ◦ green 142 ◦ blue 221

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

Shades of Wistful #9B8EDD

Tints of Wistful #9B8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.41%

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

R = 29.92%
G = 27.41%
B = 42.66%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B8EDD (or 0x9B8EDD) is known color: Wistful. HEX triplet: 9B, 8E and DD. RGB value is (155,142,221). Sum of RGB (Red+Green+Blue) = 155+142+221=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8EDD is #647122. Grayscale: #9A9A9A. Windows color (decimal): -6582563 or 14519963. OLE color: 14519963.

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

Color convert

RGB 155 142 221 -
CMYK 0.30 0.36 0 0.13
HSL 249.87º 0.54% 0.71% -
HSV(B) 249.87º 0.36% 0.87% -
XYZ 36.24 31.54 72.58 -
YUV 154.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 155 142 221 0.30 0.36 0 0.13 249.87 0.54 0.71
Hex 9B 8E DD 1E 24 0 D FA 36 47
Octal 233 216 335 36 44 0 15 372 66 107
Binary 10011011 10001110 11011101 11110 100100 0 1101 11111010 110110 1000111

Color Harmonies of #9B8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8EDD

Black with #9B8EDD

Text Example


Text Example

White with #9B8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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