Html Css Color HEX #9B8CDB Wistful

📋 copy color: '#9B8CDB'

red 155 ◦ green 140 ◦ blue 219

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

Shades of Wistful #9B8CDB

Tints of Wistful #9B8CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 30.16%
G = 27.24%
B = 42.61%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B8CDB (or 0x9B8CDB) is known color: Wistful. HEX triplet: 9B, 8C and DB. RGB value is (155,140,219). Sum of RGB (Red+Green+Blue) = 155+140+219=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CDB is #647324. Grayscale: #999999. Windows color (decimal): -6583077 or 14388379. OLE color: 14388379.

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

Color convert

RGB 155 140 219 -
CMYK 0.29 0.36 0 0.14
HSL 251.39º 0.52% 0.7% -
HSV(B) 251.39º 0.36% 0.86% -
XYZ 35.68 30.84 71.09 -
YUV 153.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 155 140 219 0.29 0.36 0 0.14 251.39 0.52 0.7
Hex 9B 8C DB 1D 24 0 E FB 34 46
Octal 233 214 333 35 44 0 16 373 64 106
Binary 10011011 10001100 11011011 11101 100100 0 1110 11111011 110100 1000110

Color Harmonies of #9B8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8CDB

Black with #9B8CDB

Text Example


Text Example

White with #9B8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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