Html Css Color HEX #9B8DDA Wistful

📋 copy color: '#9B8DDA'

red 155 ◦ green 141 ◦ blue 218

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

Shades of Wistful #9B8DDA

Tints of Wistful #9B8DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 30.16%
G = 27.43%
B = 42.41%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B8DDA (or 0x9B8DDA) is known color: Wistful. HEX triplet: 9B, 8D and DA. RGB value is (155,141,218). Sum of RGB (Red+Green+Blue) = 155+141+218=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B8DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8DDA is #647225. Grayscale: #999999. Windows color (decimal): -6582822 or 14323099. OLE color: 14323099.

HSL color Cylindrical-coordinate representation of color #9B8DDA: hue angle of 250.91º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8DDA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 141 218 -
CMYK 0.29 0.35 0 0.15
HSL 250.91º 0.51% 0.7% -
HSV(B) 250.91º 0.35% 0.85% -
XYZ 35.7 31.08 70.45 -
YUV 153.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 155 141 218 0.29 0.35 0 0.15 250.91 0.51 0.7
Hex 9B 8D DA 1D 23 0 F FB 33 46
Octal 233 215 332 35 43 0 17 373 63 106
Binary 10011011 10001101 11011010 11101 100011 0 1111 11111011 110011 1000110

Color Harmonies of #9B8DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8DDA

Black with #9B8DDA

Text Example


Text Example

White with #9B8DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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