#9BA5DC

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

Shades of Portage #9BA5DC

Tints of Portage #9BA5DC

Color information

#9BA5DC (or 0x9BA5DC) is unknown color: approx Portage. HEX triplet: 9B, A5 and DC. RGB value is (155,165,220). Sum of RGB (Red+Green+Blue) = 155+165+220=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5DC is #645A23. Grayscale: #A8A8A8. Windows color (decimal): -6576676 or 14460315. OLE color: 14460315.

HSL color Cylindrical-coordinate representation of color #9BA5DC: hue angle of 230.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA5DC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155165220-
CMYK0.300.2500.14
HSL230.77º48.15%73.53%-
HSV(B)230.77º29.55%86.27%-
XYZ39.8939.0573.14-
YUV168.28157.19118.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.70%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=28.70%
G=30.56%
B=40.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551652200.300.2500.14230.7748.1573.53
Hex9BA5DC1E190Ee7304a
Octal233245334363101634760112
Binary100110111010010111011100111101100101110111001111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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