#9E8CEB

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

Shades of Biloba Flower #9E8CEB

Tints of Biloba Flower #9E8CEB

Color information

#9E8CEB (or 0x9E8CEB) is unknown color: approx Biloba Flower. HEX triplet: 9E, 8C and EB. RGB value is (158,140,235). Sum of RGB (Red+Green+Blue) = 158+140+235=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CEB is #617314. Grayscale: #9B9B9B. Windows color (decimal): -6386453 or 15436958. OLE color: 15436958.

HSL color Cylindrical-coordinate representation of color #9E8CEB: hue angle of 251.37º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E8CEB is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158140235-
CMYK0.330.4000.08
HSL251.37º70.37%73.53%-
HSV(B)251.37º40.43%92.16%-
XYZ38.4732.0282.75-
YUV156.21172.46129.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.64%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=29.64%
G=26.27%
B=44.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581402350.330.4000.08251.3770.3773.53
Hex9E8CEB212808fb464a
Octal2362143534150010373106112
Binary100111101000110011101011100001101000010001111101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,140,235); }

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

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

 a { background-color: rgb(158,140,235); }

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

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

 span { border-color: rgb(158,140,235); }

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