#9CA5DB

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

Shades of Portage #9CA5DB

Tints of Portage #9CA5DB

Color information

#9CA5DB (or 0x9CA5DB) is unknown color: approx Portage. HEX triplet: 9C, A5 and DB. RGB value is (156,165,219). Sum of RGB (Red+Green+Blue) = 156+165+219=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5DB is #635A24. Grayscale: #A8A8A8. Windows color (decimal): -6511141 or 14394780. OLE color: 14394780.

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

Color convert

RGB156165219-
CMYK0.290.2500.14
HSL231.43º46.67%73.53%-
HSV(B)231.43º28.77%85.88%-
XYZ39.9539.0972.46-
YUV168.46156.52119.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.89%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=28.89%
G=30.56%
B=40.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561652190.290.2500.14231.4346.6773.53
Hex9CA5DB1D190Ee72f4a
Octal234245333353101634757112
Binary100111001010010111011011111011100101110111001111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,165,219); }

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

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

 a { background-color: rgb(156,165,219); }

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

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

 span { border-color: rgb(156,165,219); }

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