Html Css Color HEX #9C8CDB Wistful

📋 copy color: '#9C8CDB'

red 156 ◦ green 140 ◦ blue 219

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

Shades of Wistful #9C8CDB

Tints of Wistful #9C8CDB

RGB

 RED value IS 156 (61.33% from 255) = 30.29%

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

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

R = 30.29%
G = 27.18%
B = 42.52%

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

#9C8CDB (or 0x9C8CDB) is known color: Wistful. HEX triplet: 9C, 8C and DB. RGB value is (156,140,219). Sum of RGB (Red+Green+Blue) = 156+140+219=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CDB is #637324. Grayscale: #999999. Windows color (decimal): -6517541 or 14388380. OLE color: 14388380.

HSL color Cylindrical-coordinate representation of color #9C8CDB: hue angle of 252.15º 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 #9C8CDB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 140 219 -
CMYK 0.29 0.36 0 0.14
HSL 252.15º 0.52% 0.7% -
HSV(B) 252.15º 0.36% 0.86% -
XYZ 35.87 30.94 71.1 -
YUV 153.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 156 140 219 0.29 0.36 0 0.14 252.15 0.52 0.7
Hex 9C 8C DB 1D 24 0 E FC 34 46
Octal 234 214 333 35 44 0 16 374 64 106
Binary 10011100 10001100 11011011 11101 100100 0 1110 11111100 110100 1000110

Color Harmonies of #9C8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8CDB

Black with #9C8CDB

Text Example


Text Example

White with #9C8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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