#9C8EEE

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

Shades of Wistful #9C8EEE

Tints of Wistful #9C8EEE

Color information

#9C8EEE (or 0x9C8EEE) is unknown color: approx Wistful. HEX triplet: 9C, 8E and EE. RGB value is (156,142,238). Sum of RGB (Red+Green+Blue) = 156+142+238=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C8EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8EEE is #637111. Grayscale: #9C9C9C. Windows color (decimal): -6517010 or 15634076. OLE color: 15634076.

HSL color Cylindrical-coordinate representation of color #9C8EEE: hue angle of 248.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C8EEE is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156142238-
CMYK0.340.4000.07
HSL248.75º73.85%74.51%-
HSV(B)248.75º40.34%93.33%-
XYZ38.8232.5985.13-
YUV157.13173.64127.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.10%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=29.10%
G=26.49%
B=44.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561422380.340.4000.07248.7573.8574.51
Hex9C8EEE222807f94a4b
Octal234216356425007371112113
Binary10011100100011101110111010001010100001111111100110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,142,238); }

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

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

 a { background-color: rgb(156,142,238); }

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

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

 span { border-color: rgb(156,142,238); }

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