Html Css Color HEX #9B8DD0 Wistful

📋 copy color: '#9B8DD0'

red 155 ◦ green 141 ◦ blue 208

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

Shades of Wistful #9B8DD0

Tints of Wistful #9B8DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 30.75%
G = 27.98%
B = 41.27%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9B8DD0 (or 0x9B8DD0) is known color: Wistful. HEX triplet: 9B, 8D and D0. RGB value is (155,141,208). Sum of RGB (Red+Green+Blue) = 155+141+208=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8DD0 is #64722F. Grayscale: #989898. Windows color (decimal): -6582832 or 13667739. OLE color: 13667739.

HSL color Cylindrical-coordinate representation of color #9B8DD0: hue angle of 252.54º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B8DD0 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 141 208 -
CMYK 0.25 0.32 0 0.18
HSL 252.54º 0.42% 0.68% -
HSV(B) 252.54º 0.32% 0.82% -
XYZ 34.43 30.57 63.76 -
YUV 152.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 155 141 208 0.25 0.32 0 0.18 252.54 0.42 0.68
Hex 9B 8D D0 19 20 0 12 FD 2A 44
Octal 233 215 320 31 40 0 22 375 52 104
Binary 10011011 10001101 11010000 11001 100000 0 10010 11111101 101010 1000100

Color Harmonies of #9B8DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8DD0

Black with #9B8DD0

Text Example


Text Example

White with #9B8DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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