Html Css Color HEX #9B8BDC Wistful

📋 copy color: '#9B8BDC'

red 155 ◦ green 139 ◦ blue 220

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

Shades of Wistful #9B8BDC

Tints of Wistful #9B8BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 30.16%
G = 27.04%
B = 42.8%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B8BDC (or 0x9B8BDC) is known color: Wistful. HEX triplet: 9B, 8B and DC. RGB value is (155,139,220). Sum of RGB (Red+Green+Blue) = 155+139+220=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B8BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BDC is #647423. Grayscale: #989898. Windows color (decimal): -6583332 or 14453659. OLE color: 14453659.

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

Color convert

RGB 155 139 220 -
CMYK 0.30 0.37 0 0.14
HSL 251.85º 0.54% 0.7% -
HSV(B) 251.85º 0.37% 0.86% -
XYZ 35.67 30.6 71.74 -
YUV 153.02 165.8 129.41 -
System Red Green Blue C M Y K H S L
Decimal 155 139 220 0.30 0.37 0 0.14 251.85 0.54 0.7
Hex 9B 8B DC 1E 25 0 E FC 36 46
Octal 233 213 334 36 45 0 16 374 66 106
Binary 10011011 10001011 11011100 11110 100101 0 1110 11111100 110110 1000110

Color Harmonies of #9B8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8BDC

Black with #9B8BDC

Text Example


Text Example

White with #9B8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,139,220); }

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

background-color css

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

 a { background-color: rgb(155,139,220); }

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

border-color css

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

 span { border-color: rgb(155,139,220); }

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