#9BA5DE

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

Shades of Portage #9BA5DE

Tints of Portage #9BA5DE

Color information

#9BA5DE (or 0x9BA5DE) is unknown color: approx Portage. HEX triplet: 9B, A5 and DE. RGB value is (155,165,222). Sum of RGB (Red+Green+Blue) = 155+165+222=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BA5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5DE is #645A21. Grayscale: #A8A8A8. Windows color (decimal): -6576674 or 14591387. OLE color: 14591387.

HSL color Cylindrical-coordinate representation of color #9BA5DE: hue angle of 231.04º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA5DE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155165222-
CMYK0.300.2600.13
HSL231.04º50.38%73.92%-
HSV(B)231.04º30.18%87.06%-
XYZ40.1639.1574.55-
YUV168.51158.19118.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.60%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=28.60%
G=30.44%
B=40.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551652220.300.2600.13231.0450.3873.92
Hex9BA5DE1E1A0De7324a
Octal233245336363201534762112
Binary100110111010010111011110111101101001101111001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,165,222); }

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

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

 a { background-color: rgb(155,165,222); }

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

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

 span { border-color: rgb(155,165,222); }

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