#9D94CA

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

Shades of Wistful #9D94CA

Tints of Wistful #9D94CA

Color information

#9D94CA (or 0x9D94CA) is unknown color: approx Wistful. HEX triplet: 9D, 94 and CA. RGB value is (157,148,202). Sum of RGB (Red+Green+Blue) = 157+148+202=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D94CA is #626B35. Grayscale: #9C9C9C. Windows color (decimal): -6449974 or 13276317. OLE color: 13276317.

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

Color convert

RGB157148202-
CMYK0.220.2700.21
HSL250º33.75%68.63%-
HSV(B)250º26.73%79.22%-
XYZ35.1632.6160.32-
YUV156.85153.48128.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=30.97%
G=29.19%
B=39.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571482020.220.2700.2125033.7568.63
Hex9D94CA161B015fa2245
Octal235224312263302537242105
Binary1001110110010100110010101011011011010101111110101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,148,202); }

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

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

 a { background-color: rgb(157,148,202); }

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

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

 span { border-color: rgb(157,148,202); }

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