#9D8BDB

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

Shades of Biloba Flower #9D8BDB

Tints of Biloba Flower #9D8BDB

Color information

#9D8BDB (or 0x9D8BDB) is unknown color: approx Biloba Flower. HEX triplet: 9D, 8B and DB. RGB value is (157,139,219). Sum of RGB (Red+Green+Blue) = 157+139+219=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8BDB is #627424. Grayscale: #999999. Windows color (decimal): -6452261 or 14388125. OLE color: 14388125.

HSL color Cylindrical-coordinate representation of color #9D8BDB: hue angle of 253.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D8BDB is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157139219-
CMYK0.280.3700.14
HSL253.5º52.63%70.2%-
HSV(B)253.5º36.53%85.88%-
XYZ35.9230.7571.06-
YUV153.5164.96130.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 139 (54.69% from 255) = 26.99%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=30.49%
G=26.99%
B=42.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571392190.280.3700.14253.552.6370.2
Hex9D8BDB1C250Efe3546
Octal235213333344501637665106
Binary1001110110001011110110111110010010101110111111101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,139,219); }

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

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

 a { background-color: rgb(157,139,219); }

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

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

 span { border-color: rgb(157,139,219); }

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