Html Css Color HEX #9B8CD3 Wistful

📋 copy color: '#9B8CD3'

red 155 ◦ green 140 ◦ blue 211

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

Shades of Wistful #9B8CD3

Tints of Wistful #9B8CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.7%

R = 30.63%
G = 27.67%
B = 41.7%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9B8CD3 (or 0x9B8CD3) is known color: Wistful. HEX triplet: 9B, 8C and D3. RGB value is (155,140,211). Sum of RGB (Red+Green+Blue) = 155+140+211=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #9B8CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CD3 is #64732C. Grayscale: #989898. Windows color (decimal): -6583085 or 13864091. OLE color: 13864091.

HSL color Cylindrical-coordinate representation of color #9B8CD3: hue angle of 252.68º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B8CD3 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 140 211 -
CMYK 0.27 0.34 0 0.17
HSL 252.68º 0.45% 0.69% -
HSV(B) 252.68º 0.34% 0.83% -
XYZ 34.65 30.43 65.67 -
YUV 152.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 155 140 211 0.27 0.34 0 0.17 252.68 0.45 0.69
Hex 9B 8C D3 1B 22 0 11 FD 2D 45
Octal 233 214 323 33 42 0 21 375 55 105
Binary 10011011 10001100 11010011 11011 100010 0 10001 11111101 101101 1000101

Color Harmonies of #9B8CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8CD3

Black with #9B8CD3

Text Example


Text Example

White with #9B8CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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