#9D9BED

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

Shades of Portage #9D9BED

Tints of Portage #9D9BED

Color information

#9D9BED (or 0x9D9BED) is unknown color: approx Portage. HEX triplet: 9D, 9B and ED. RGB value is (157,155,237). Sum of RGB (Red+Green+Blue) = 157+155+237=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D9BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9BED is #626412. Grayscale: #A4A4A4. Windows color (decimal): -6448147 or 15571869. OLE color: 15571869.

HSL color Cylindrical-coordinate representation of color #9D9BED: hue angle of 241.46º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D9BED is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157155237-
CMYK0.340.3500.07
HSL241.46º69.49%76.86%-
HSV(B)241.46º34.6%92.94%-
XYZ40.9136.7385.05-
YUV164.95168.66122.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.60%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=28.60%
G=28.23%
B=43.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571552370.340.3500.07241.4669.4976.86
Hex9D9BED222307f1454d
Octal235233355424307361105115
Binary10011101100110111110110110001010001101111111000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,155,237); }

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

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

 a { background-color: rgb(157,155,237); }

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

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

 span { border-color: rgb(157,155,237); }

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