#9DA0EB

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

Shades of Portage #9DA0EB

Tints of Portage #9DA0EB

Color information

#9DA0EB (or 0x9DA0EB) is unknown color: approx Portage. HEX triplet: 9D, A0 and EB. RGB value is (157,160,235). Sum of RGB (Red+Green+Blue) = 157+160+235=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DA0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA0EB is #625F14. Grayscale: #A7A7A7. Windows color (decimal): -6446869 or 15442077. OLE color: 15442077.

HSL color Cylindrical-coordinate representation of color #9DA0EB: hue angle of 237.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DA0EB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157160235-
CMYK0.330.3200.08
HSL237.69º66.1%76.86%-
HSV(B)237.69º33.19%92.16%-
XYZ41.4738.3183.81-
YUV167.65166.01120.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.44%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=28.44%
G=28.99%
B=42.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571602350.330.3200.08237.6966.176.86
Hex9DA0EB212008ee424d
Octal2352403534140010356102115
Binary100111011010000011101011100001100000010001110111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,160,235); }

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

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

 a { background-color: rgb(157,160,235); }

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

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

 span { border-color: rgb(157,160,235); }

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