#9B8EEE

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

Shades of Wistful #9B8EEE

Tints of Wistful #9B8EEE

Color information

#9B8EEE (or 0x9B8EEE) is unknown color: approx Wistful. HEX triplet: 9B, 8E and EE. RGB value is (155,142,238). Sum of RGB (Red+Green+Blue) = 155+142+238=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B8EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8EEE is #647111. Grayscale: #9C9C9C. Windows color (decimal): -6582546 or 15634075. OLE color: 15634075.

HSL color Cylindrical-coordinate representation of color #9B8EEE: hue angle of 248.12º 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 #9B8EEE is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155142238-
CMYK0.350.4000.07
HSL248.12º73.85%74.51%-
HSV(B)248.12º40.34%93.33%-
XYZ38.6232.4985.12-
YUV156.83173.81126.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.97%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=28.97%
G=26.54%
B=44.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551422380.350.4000.07248.1273.8574.51
Hex9B8EEE232807f84a4b
Octal233216356435007370112113
Binary10011011100011101110111010001110100001111111100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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