#9C92CB

Color #9C92CB Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #9C92CB

Tints of Wistful #9C92CB

Color information

#9C92CB (or 0x9C92CB) is unknown color: approx Wistful. HEX triplet: 9C, 92 and CB. RGB value is (156,146,203). Sum of RGB (Red+Green+Blue) = 156+146+203=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92CB is #636D34. Grayscale: #9B9B9B. Windows color (decimal): -6516021 or 13341340. OLE color: 13341340.

HSL color Cylindrical-coordinate representation of color #9C92CB: hue angle of 250.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C92CB is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156146203-
CMYK0.230.2800.20
HSL250.53º35.4%68.43%-
HSV(B)250.53º28.08%79.61%-
XYZ34.7731.9460.83-
YUV155.49154.81128.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=30.89%
G=28.91%
B=40.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561462030.230.2800.20250.5335.468.43
Hex9C92CB171C014fb2344
Octal234222313273402437343104
Binary1001110010010010110010111011111100010100111110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C92CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,146,203); }

 H1.HeaderClassName
 {
   color: #9C92CB;
 }
 .AnyTagClassName
 {
   color: #9C92CB;
 }
</style>
background-color css

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

 a { background-color: rgb(156,146,203); }

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

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

 span { border-color: rgb(156,146,203); }

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